aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove the deprecated include_seconds argument from distance_of_time_in_wordsCarlos Antonio da Silva2013-07-021-1/+6
| | | | Pass in an :include_seconds hash option to use this feature.
* Remove `FormBuilder` deprecation warning about block argument and associated ↵Vipul A M2013-07-021-0/+4
| | | | tests
* fetch value(s) from stringified optionsJon Rowe2013-06-291-0/+4
|
* Review AV changelog [ci skip]Carlos Antonio da Silva2013-06-271-2/+2
|
* Remove passing the prompt to grouped_options_for_select as an argument, ↵kennyj2013-06-281-0/+5
| | | | because it was deprecated.
* Add CHANGELOG entry for #10971Rafael Mendonça França2013-06-241-1/+15
| | | | | | | [ci skip] Conflicts: actionpack/CHANGELOG.md
* Adjust changelog for AV & APŁukasz Strzałkowski2013-06-201-1/+42
|
* Remove heading from AV's CHANGELOGŁukasz Strzałkowski2013-06-201-2/+0
|
* ActionView version should be 4.1.0Piotr Sarnacki2013-06-201-1/+1
|
* Add bare actionview gem to the root directoryPiotr Sarnacki2013-06-201-0/+3
This commit creates structure for Action View gem and is first of a series of commits extracting Action View from Action Pack.