Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -1/+1 |
| | | | | | | | | Style/SpaceBeforeBlockBraces Style/SpaceInsideBlockBraces Style/SpaceInsideHashLiteralBraces Fix all violations in the repository. | ||||
* | modernizes hash syntax in actionview | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
| | |||||
* | applies new string literal convention in actionview/lib | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | [ci skip] Update formatting in ActionView::Base documentation | Alex Kitchens | 2016-06-29 | 1 | -6/+6 |
| | |||||
* | Fix usage of word alternatively in docs [ci skip] | Abhishek Jain | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Make disable_with default in submit_tag | Justin Schiff | 2015-08-11 | 1 | -0/+4 |
| | | | | | | | | | | | | | | 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` | ||||
* | Add documentation for local_assigns [ci skip] | Nithin Bekal | 2015-02-17 | 1 | -0/+8 |
| | |||||
* | Fix link in documentation. [ci skip] | Igor Zubkov | 2014-11-30 | 1 | -2/+2 |
| | |||||
* | Explain ERB space removal. [ci skip] | Ciro Santilli | 2014-09-11 | 1 | -1/+3 |
| | |||||
* | Shorten ActionView::Base doc summary line. [ci skip] | Ciro Santilli | 2014-09-02 | 1 | -3/+4 |
| | |||||
* | Clarify Rails uses erubis not stdlin ERB. [ci skip] | Ciro Santilli | 2014-09-02 | 1 | -1/+2 |
| | |||||
* | defined? should actually work in current implementation | Akira Matsuda | 2014-08-07 | 1 | -9/+0 |
| | | | | So this trick is not needed to be documented anymore. | ||||
* | Builder source code is still available on github [ci skip] | Zachary Scott | 2014-06-13 | 1 | -0/+3 |
| | | | | This was also removed from #15542 | ||||
* | remove rubyforge.org that was shut down [ci skip] | Gaurav Sharma | 2014-06-06 | 1 | -2/+0 |
| | |||||
* | Rails config for raise on missing translations | Kassio Borges | 2014-01-27 | 1 | -0/+4 |
| | | | | | Add a config to setup whether raise exception for missing translation or not. | ||||
* | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | Add missing requires inside AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+4 |
| | |||||
* | Move actionpack/lib/action_view* into actionview/lib | Piotr Sarnacki | 2013-06-20 | 1 | -0/+201 |