1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Abhishek Jain
fe33c15d4d Fix usage of word alternatively in docs [ci skip] 2015-10-06 23:20:27 +05:30
Justin Schiff
3822a322a8 Make disable_with default in submit_tag
Prevents double submission by making disable_with the default.

Default disable_with option will only be applied if user has not
specified her/his own disable_with option, whether that is in the
`data-disable-with` string form or the
`:data => { :disable_with => "Saving..." }` hash form. disable_with
will default to the value attribute.

A configuration option was added to opt out of this functionality if
the user so desires.
`config.action_view.automatically_disable_submit_tag = false`
2015-08-11 16:35:10 -07:00
Nithin Bekal
3e66017b55 Add documentation for local_assigns [ci skip] 2015-02-17 18:25:59 +05:30
Igor Zubkov
b59b794ca8 Fix link in documentation. [ci skip] 2014-11-30 00:15:56 +02:00
Ciro Santilli
700ec897f9 Explain ERB space removal. [ci skip] 2014-09-11 09:55:57 +02:00
Ciro Santilli
247cc94574 Shorten ActionView::Base doc summary line. [ci skip] 2014-09-02 19:09:42 +02:00
Ciro Santilli
afb230ec93 Clarify Rails uses erubis not stdlin ERB. [ci skip] 2014-09-02 18:12:04 +02:00
Akira Matsuda
3dfcae6afa defined? should actually work in current implementation
So this trick is not needed to be documented anymore.
2014-08-07 01:59:58 +09:00
Zachary Scott
1ecc0106ae Builder source code is still available on github [ci skip]
This was also removed from #15542
2014-06-13 10:12:20 -07:00
Gaurav Sharma
19ef270923 remove rubyforge.org that was shut down [ci skip] 2014-06-06 22:26:56 +05:30
Kassio Borges
433628a45c Rails config for raise on missing translations
Add a config to setup whether raise exception for missing translation or
not.
2014-01-27 08:03:46 -02:00
Genadi Samokovarov
6329d9fa8b Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
Łukasz Strzałkowski
3f2ac795b8 Add missing requires inside AV 2013-08-25 11:39:12 +02:00
Piotr Sarnacki
0d6e8edc2a Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
Renamed from actionpack/lib/action_view/base.rb (Browse further)