This is a draft cheat sheet. It is a work in progress and is not finished yet.
lib/action_view/helpers/form_helper.rb
d email_field binding.pry |
Then $ rails s
(restart server) |
f.email_field <input> |
femail |
lib/action_view/helpers/form_helper.rb
d password_field binding.pry |
Then $ rails s
(restart server) |
f.password_field <input> |
fpassword |
lib/action_view/helpers/form_helper.rb
d search_field binding.pry |
Then $ rails s
(restart server) |
f.search_field <input> |
fquery |
lib/action_view/helpers/form_helper.rb
d text_field binding.pry |
Then $ rails s
(restart server) |
f.text_field <input> |
fcity, fcompany, fcountry. fgithub, fhero, fhomepage, flinkedin, flocation, fname, fname_on_card, fpath, fslug, fstackoverflow, fstate, ftitle, ftwitter, fusername, fwebsite |
|
|
|