aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Make remove_index reversible [#8267]Marc-Andre Lafortune2012-12-212-7/+34
| * | | | Differentiate between remove_column and remove_columns. Make remove_column re...Marc-Andre Lafortune2012-12-216-19/+44
| * | | | Make drop_table reversible [#8267]Marc-Andre Lafortune2012-12-214-17/+41
| * | | | Add drop_join_table [#8267]Marc-Andre Lafortune2012-12-214-7/+69
| * | | | Add Migration#reversible for reversible data operations [#8267]Marc-Andre Lafortune2012-12-213-1/+85
| * | | | Allow revert of whole migration [#8267]Marc-Andre Lafortune2012-12-212-3/+102
| * | | | Extract exec_migration [#8267]Marc-Andre Lafortune2012-12-211-11/+16
| * | | | Allow reverting of migration commands with Migration#revert [#8267]Marc-Andre Lafortune2012-12-214-90/+155
| * | | | Split ridiculously long lineMarc-Andre Lafortune2012-12-211-1/+4
| * | | | Simple replacement of variable name for consistencyMarc-Andre Lafortune2012-12-211-32/+32
| * | | | Simplify change_table and avoid duplicated logicMarc-Andre Lafortune2012-12-212-40/+7
| | |_|/ | |/| |
* | | | Merge pull request #8584 from garysweaver/security_guide_updateGuillermo Iguaran2012-12-211-3/+3
|\ \ \ \
| * | | | Updated security guide to reference secret_key_base instead of secret_token, ...Gary S. Weaver2012-12-211-3/+3
|/ / / /
* | | | Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s...Rafael Mendonça França2012-12-214-15/+100
|\ \ \ \
| * | | | Prevent callback from being set twice.Dmitriy Kiriyenko2012-12-204-15/+100
* | | | | Remove CHANGELOG entry for ActiveModel::Errors#add_on_presentRafael Mendonça França2012-12-211-5/+0
* | | | | Use :present as key for the absence validatior messageRafael Mendonça França2012-12-212-2/+2
* | | | | Remove ActiveModel::Errors#add_on_present method.Rafael Mendonça França2012-12-213-16/+3
* | | | | Merge pull request #8581 from garysweaver/security_guide_updateGuillermo Iguaran2012-12-211-7/+11
|\ \ \ \ \
| * | | | | Updated security guide with information about secret_token.rb and to suggest ...Gary S. Weaver2012-12-211-7/+11
| | |/ / / | |/| | |
* | | | | BufferedLogger is deprecated too.Rafael Mendonça França2012-12-211-1/+1
* | | | | Fix broken test for postgresqlRafael Mendonça França2012-12-211-1/+1
|/ / / /
* | | | Revert "Make sure that ActiveSupport::Logger includes the Logger extensions f...David Heinemeier Hansson2012-12-214-21/+30
* | | | Make sure that ActiveSupport::Logger includes the Logger extensions from core...David Heinemeier Hansson2012-12-214-30/+21
* | | | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-215-20/+45
* | | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-214-23/+45
|\ \ \ \
| * | | | copy edits in assets guide [ci skip]Vijay Dev2012-12-211-23/+26
| * | | | Revert "Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106"Vijay Dev2012-12-211-1/+1
| * | | | Fix incorrect adjustment 4c41e87e3ae548c44810b66437b2f0f6e73b2106kei2012-12-201-1/+1
| * | | | Fix documentation stylekei2012-12-201-1/+1
| * | | | Remove Reference to Ruby 1.8.7John Kelly2012-12-201-2/+1
| * | | | Explain controller specific assets more thoroughlyDamian Galarza2012-12-171-17/+32
| * | | | Add script_name option description and example for #url_for optionsIvan Vanyak2012-12-171-0/+5
* | | | | Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-215-3/+47
* | | | | Wrap table creation in a transaction.Rafael Mendonça França2012-12-211-6/+8
* | | | | Fix doc pointing to non existent logger class [ci skip]Carlos Antonio da Silva2012-12-211-1/+1
* | | | | Fix indentation issuing warningCarlos Antonio da Silva2012-12-201-1/+1
* | | | | Merge pull request #8560 from u16suzu/masterRafael Mendonça França2012-12-201-2/+2
|\ \ \ \ \
| * | | | | Fix: documentation for String#humanizeYuichiro Suzuki2012-12-201-2/+2
* | | | | | Merge pull request #8567 from frodsan/update_coding_conventions_journeyRafael Mendonça França2012-12-2017-438/+440
|\ \ \ \ \ \
| * | | | | | update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-2017-438/+440
* | | | | | | Fix CHANGELOG entry about scope changeGuillermo Iguaran2012-12-201-1/+1
|/ / / / / /
* | | | | | Fix Action Mailer changelog indenation to match other changelogsCarlos Antonio da Silva2012-12-194-27/+29
* | | | | | Improve AMo changelog example to not rely on AR [ci skip]Carlos Antonio da Silva2012-12-191-4/+8
* | | | | | Merge pull request #8565 from frodsan/wed_code_journeyCarlos Antonio da Silva2012-12-1920-85/+77
|\ \ \ \ \ \
| * | | | | | :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-1920-78/+75
| * | | | | | remove code for Ruby 1.8.x supportFrancesco Rodriguez2012-12-191-7/+2
|/ / / / / /
* | | | | | Remove the actual extension file as well [ci skip]Andrew White2012-12-191-11/+0
* | | | | | Remove obsolete Hash extension needed for Ruby 1.8.x supportAndrew White2012-12-191-1/+0
* | | | | | Integrate Journey into Action DispatchAndrew White2012-12-1946-6/+3970