Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
How can you mock this in an integration test where you need to be authenticated but you don't have access to session?
Christopher Campbell repliedHow can you mock this in an integration test where you need to be authenticated but you don't have access to session?
Christopher Campbell replied<%= javascript_pack_tag 'simple_discussion/application' %>
crowdhamburger repliedHi Chris! What commands are you using to replace words in selection? Thx in advance!
M87 repliedcurrent_user.send_message(recipients, conversation_params[:body], conversation_params[:subject]) unless recipient.nil?
wyn repliedIn developer tools, Due to instructor video section, css and box model section are totally hidden.
inonomity repliedThanks you, Collin! Just one comment: there are some simple things that you explain with all details, but there are others that are complicated and I feel that I have not enough information on them...
Aleksandr Gerasimov repliedTo test the order of elements on a page with Rspec and Capybara, you can do the following: 1. Create a new Rspec test to check the display order of the teams: # spec/features/team_index_spec.rb req...
felixandrea repliedReally cool!
Matias H. Leidemer repliedYeah! Minimal if statements = Maximum efficiency.
Thomas Blevins posted