aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* document include_blank's usage with a string [ci skip]Greg Molnar2014-06-051-1/+4
* Merge pull request #15512 from akshay-vishnoi/delete-deprecated-methodYves Senn2014-06-053-54/+5
|\
| * Remove deprecated method ActiveRecord::Migrator.proper_table_nameAkshay Vishnoi2014-06-053-54/+4
* | Merge pull request #15421 from gchan/time_with_zone_precisionMatthew Draper2014-06-053-1/+36
|\ \
| * | Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-303-1/+36
* | | Merge pull request #15518 from jonathancadepowers/masterGuillermo Iguaran2014-06-051-0/+4
|\ \ \
| * | | Update getting_started.mdJonathan Powers2014-06-051-0/+2
| * | | Update getting_started.mdJonathan Powers2014-06-051-0/+2
| | |/ | |/|
* | | Merge pull request #15515 from leafac/fix-inverse-associations-block-testMatthew Draper2014-06-051-1/+1
|\ \ \ | |/ / |/| |
| * | Fix inverse associations testLeandro Facchinetti2014-06-041-1/+1
|/ /
* | Merge pull request #15497 from schneems/schneems/levenshtein-generator-failur...Rafael Mendonça França2014-06-043-9/+63
|\ \
| * | Emit suggested generator names when not foundschneems2014-06-043-9/+63
|/ /
* | have an actual `NullColumn` object and update docs accordingly.Yves Senn2014-06-044-5/+16
* | Revert "Correct Documentation for asset_tag_helpers"Rafael Mendonça França2014-06-041-17/+16
* | Merge pull request #15502 from sgrif/sg-use-null-columnYves Senn2014-06-042-23/+23
|\ \
| * | Use null column for association key typesSean Griffin2014-06-042-23/+23
* | | Merge branch 'master' of github.com:rails/railsAaron Patterson2014-06-0434-134/+268
|\ \ \
| * | | For our build, stick with mail 2.5.x for nowMatthew Draper2014-06-051-0/+1
| * | | Merge pull request #15504 from sgrif/sg-postgres-defaultsRafael Mendonça França2014-06-042-48/+11
| |\ \ \
| | * | | Collapse PG default extractoin of most types to single regexSean Griffin2014-06-042-48/+11
| | |/ /
| * | | Merge pull request #15495 from maurogeorge/action-mailer-subject-guidesRafael Mendonça França2014-06-041-0/+18
| |\ \ \
| | * | | Pluralize paramsMauro George2014-06-031-1/+1
| | * | | Add default_i18n_subject to the guidesMauro George2014-06-031-0/+18
| * | | | Merge pull request #15505 from akshay-vishnoi/doc_changesSantiago Pastorino2014-06-041-1/+1
| |\ \ \ \
| | * | | | Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
| |/ / / /
| * | | | Merge pull request #15463 from geopet/refactor_xml_compute_typeRafael Mendonça França2014-06-042-6/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Refactor XML serializer to not depend on `serialized_attributes`Geoff Petrie & Sean Griffin2014-06-011-3/+5
| | * | | Test the serialized types of virtual columns in XMLGeoff Petrie & Sean Griffin2014-06-012-4/+3
| * | | | Merge pull request #15500 from prathamesh-sonpatki/change-wording-of-explanat...Yves Senn2014-06-041-2/+2
| |\ \ \ \
| | * | | | Change wording of explanation about precision & scale of decimal numbers [ci ...Prathamesh Sonpatki2014-06-041-2/+2
| * | | | | Merge pull request #15482 from laurocaetano/fix-regression-for-eager-loadCarlos Antonio da Silva2014-06-044-2/+27
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix regression on eager loading association based on SQL query ratherLauro Caetano2014-06-034-2/+27
| * | | | | Cleaned up duplicated CHANGELOG entry [ci skip]Godfrey Chan2014-06-031-3/+2
| * | | | | Merge pull request #15498 from zenspider/fix_memory_leakGuillermo Iguaran2014-06-032-7/+7
| |\ \ \ \ \
| | * | | | | Convert StrongParameters cache to a hash. This fixes an unboundedRyan Davis2014-06-032-7/+7
| * | | | | | Merge pull request #15499 from eileencodes/reuse-available-belongs_to-methodRafael Mendonça França2014-06-033-5/+4
| |\ \ \ \ \ \
| | * | | | | | reuse available belongs_to? methodeileencodes2014-06-033-5/+4
| |/ / / / / /
| * | | | | | Partially revert deprecation of *_filterRafael Mendonça França2014-06-033-36/+9
| * | | | | | Merge pull request #15438 from sgrif/sg-null-columnRafael Mendonça França2014-06-035-14/+40
| |\ \ \ \ \ \
| | * | | | | | Return a null column when no column exists for an attributeSean Griffin2014-06-035-14/+40
| * | | | | | | Merge pull request #15349 from tgxworld/remove_duplicated_method_callRafael Mendonça França2014-06-033-7/+3
| |\ \ \ \ \ \ \
| | * | | | | | | Remove duplicated HashWithIndifferentAccess#with_indifferent_access.Guo Xiang Tan2014-05-263-7/+3
| * | | | | | | | Merge pull request #15172 from notEthan/active_record_pretty_printRafael Mendonça França2014-06-033-0/+95
| |\ \ \ \ \ \ \ \
| | * | | | | | | | implement ActiveRecord::Base#pretty_print + changelogEthan2014-05-293-0/+95
| * | | | | | | | | Merge pull request #15492 from sgrif/sg-dirty-defaultsRafael Mendonça França2014-06-035-2/+40
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Keep column defaults in type cast formSean Griffin2014-06-035-2/+40
| * | | | | | | | | | Merge pull request #15493 from bf4/relax_mail_depRafael Mendonça França2014-06-031-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Relax mail gem constraint from ~> 2.5.4 to ~> 2.5, >= 2.5.4Benjamin Fleischer2014-06-031-1/+1
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
* | / | | | | | | | | push splitting "to" up the callstackAaron Patterson2014-06-031-15/+20
|/ / / / / / / / / /
* | | | | | | | | | force table creationAaron Patterson2014-06-031-2/+3