aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...kennyj2013-09-253-3/+28
* Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nilRafael Mendonça França2013-09-244-6/+25
|\
| * Raising an error when nil or non-hash is passed to update_attributes.wangjohn2013-06-254-6/+25
* | Merge pull request #11423 from kennyj/remove_quoted_locking_columnRafael Mendonça França2013-09-243-0/+9
|\ \
| * | Deprecate unused quoted_locking_column method.kennyj2013-09-243-0/+9
* | | Merge pull request #12335 from francisgo/patch-1Steve Klabnik2013-09-241-2/+2
|\ \ \ | |/ / |/| |
| * | Getting Started Guide: update RubyGems Guides link [ci skip]Francis Go2013-09-241-2/+2
|/ /
* | Merge pull request #12329 from benmanns/docrailsRafael Mendonça França2013-09-231-3/+3
|\ \
| * | Update references to wycats/thor to erikhuda/thor.Benjamin Manns2013-09-231-3/+3
|/ /
* | Merge pull request #12325 from tjschuck/bcrypt_version_bumpRafael Mendonça França2013-09-234-6/+6
|\ \
| * | bcrypt-ruby v3.1.2 supports Ruby 2.0 on WindowsT.J. Schuck2013-09-234-6/+6
* | | Fix the model name in the association basics guidesRafael Mendonça França2013-09-231-1/+4
* | | Merge pull request #12315 from gaurish/superRafael Mendonça França2013-09-231-26/+28
|\ \ \ | |/ / |/| |
| * | We shouldn't override PostgreSQLAdapter's superclass inheritance while monkey...Gaurish Sharma2013-09-231-26/+28
* | | Merge pull request #10773 from wangjohn/link_and_routing_optionsRafael Mendonça França2013-09-232-2/+16
|\ \ \
| * | | Adding documentation to +polymorphic_url+wangjohn2013-06-132-2/+16
* | | | Merge pull request #11987 from wangjohn/schema_dumper_optionsRafael Mendonça França2013-09-231-5/+16
|\ \ \ \
| * | | | Creating options for schema dumper.wangjohn2013-08-221-5/+16
* | | | | Merge pull request #12070 from wangjohn/small_refactors_to_generatorsRafael Mendonça França2013-09-231-2/+2
|\ \ \ \ \
| * | | | | Small refactoring changes to generators.wangjohn2013-08-292-5/+9
* | | | | | Merge pull request #12287 from bogdan/select-with-selected-optionRafael Mendonça França2013-09-233-1/+22
|\ \ \ \ \ \
| * | | | | | Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-233-1/+22
|/ / / / / /
* | | | | | Fix the documentation method.Rafael Mendonça França2013-09-231-1/+1
* | | | | | Expand select documentation to tell about the blockRafael Mendonça França2013-09-231-0/+9
* | | | | | Use ERB in the CHANGELOG [ci skip]Rafael Mendonça França2013-09-231-3/+5
* | | | | | Merge pull request #11055 from bogdan/select-with-blockRafael Mendonça França2013-09-234-5/+29
|\ \ \ \ \ \
| * | | | | | Ability to pass block to AV#select helperBogdan Gusiev2013-09-234-5/+29
* | | | | | | No need to abbreviate ActiveModelRafael Mendonça França2013-09-231-1/+1
* | | | | | | Document reset_changes since it is part of public APIRafael Mendonça França2013-09-231-0/+12
* | | | | | | Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-237-26/+32
* | | | | | | Merge pull request #12321 from bogdan/time-with-zone-succRafael Mendonça França2013-09-231-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Changelog entry for pr #11474Bogdan Gusiev2013-09-231-0/+5
|/ / / / / /
* | | | | | Merge pull request #12314 from JuanitoFatas/migrationsYves Senn2013-09-231-0/+1
|\ \ \ \ \ \
| * | | | | | [ci skip] Add a type modifier in migrations.md.Juanito Fatas2013-09-221-0/+1
* | | | | | | Merge pull request #11060 from schneems/schneems/multi-stdout-logging-masterGuillermo Iguaran2013-09-223-2/+18
|\ \ \ \ \ \ \
| * | | | | | | Only output Server logs in Developmentschneems2013-09-223-2/+18
|/ / / / / / /
* | | | | | | Merge pull request #9155 from bogdan/route-formatterAndrew White2013-09-221-23/+23
|\ \ \ \ \ \ \
| * | | | | | | Rewrite journey routes formatter for performanceBogdan Gusiev2013-08-281-23/+23
* | | | | | | | Merge pull request #11474 from bogdan/time-with-zone-succAndrew White2013-09-223-0/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-193-0/+47
* | | | | | | | | Merge pull request #12317 from nashby/collection-label-namespaceRafael Mendonça França2013-09-224-1/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | handle `:namespace` form option in collection labelsVasiliy Ermolovich2013-09-224-1/+43
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #11382 from kennyj/fix_10751-2Rafael Mendonça França2013-09-223-3/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Migration dump UUID default functions to schema.rb. Fixes #10751.kennyj2013-07-103-3/+12
| * | | | | | | | | Fix typo.kennyj2013-07-101-1/+1
* | | | | | | | | | Give the credits [ci skip]Rafael Mendonça França2013-09-221-0/+2
* | | | | | | | | | Merge pull request #10500 from kennyj/fix_10450Rafael Mendonça França2013-09-223-3/+50
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed a bug in when using has_many association with :inverse_of option and U...kennyj2013-05-083-3/+48
* | | | | | | | | | | Merge pull request #12281 from kennyj/add_doc_about_12276Rafael Mendonça França2013-09-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ci skip] Add some comment about downcase url encoded string.kennyj2013-09-221-0/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |