aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Rails Guides] clarify `ActiveRecord::ConnectionTimeoutError`Nathan Lee2015-09-051-1/+1
* use path escaping for email addressesAaron Patterson2015-09-042-4/+4
* use `Rack::Utils.unescape_path` to unescape pathsAaron Patterson2015-09-042-4/+4
* Merge pull request #21412 from yui-knk/feature/irreversible_migration_error_msgYves Senn2015-09-042-2/+77
|\
| * Revert mistakenly added Gemfile.lockyui-knk2015-09-031-4/+0
| * Add detailed error message to `IrreversibleMigration`yui-knk2015-08-301-1/+6
| * [ci skip] Add comments for `IrreversibleMigration`yui-knk2015-08-291-0/+70
| * Add detailed error message to `IrreversibleMigration`yui-knk2015-08-282-1/+5
| * Add detailed error message to `IrreversibleMigration`yui-knk2015-08-281-1/+1
* | Merge pull request #21492 from y-yagi/fix_module_name_typo_in_api_app_guideKasper Timm Hansen2015-09-041-1/+1
|\ \
| * | fix module name typo in API app guide [ci skip]yuuji.yaginuma2015-09-041-1/+1
|/ /
* | Merge pull request #21435 from justanshulsharma/unicode-versionCarlos Antonio da Silva2015-09-033-1/+5
|\ \
| * | Update Unicode Version to 8.0.0Anshul Sharma2015-09-043-1/+5
|/ /
* | Merge pull request #21473 from akihiro17/remove-unused-requireCarlos Antonio da Silva2015-09-031-1/+0
|\ \
| * | Remove unnecessary require in associations_test.rbakihiro172015-09-031-1/+0
* | | Merge pull request #21481 from prakashlaxkar/remove_configCarlos Antonio da Silva2015-09-032-4/+0
|\ \ \
| * | | Removed unused config filePrakash Laxkar2015-09-032-4/+0
* | | | Merge pull request #21483 from justanshulsharma/add-ip6-addressEileen M. Uchitelle2015-09-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] Added localhost IPv6Anshul Sharma2015-09-031-1/+1
* | | | Merge pull request #21475 from y-yagi/add_description_of_return_valueGodfrey Chan2015-09-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | add a description of the return value that was missing [ci skip]yuuji.yaginuma2015-09-031-1/+1
|/ / /
* | | docs, make `blank?` behavior clear. Closes #21468. [ci skip]Yves Senn2015-09-021-2/+2
* | | Don't allocate a bunch of strings in `Relation::Merger`Sean Griffin2015-09-021-4/+8
* | | Merge pull request #21467 from yui-knk/doc/subscribeZachary Scott2015-09-021-2/+2
|\ \ \
| * | | [ci skip] Add description about which objectyui-knk2015-09-021-2/+2
* | | | Fix route creation when format is a blank stringeileencodes2015-09-022-1/+2
* | | | Merge pull request #21462 from ignatiusreza/dev_dep_docClaudio B.2015-09-021-1/+1
|\ \ \ \
| * | | | [ci skip] fix invalid package name for libmysqlclient-devIgnatius Reza2015-09-021-1/+1
|/ / / /
* | | | Merge pull request #21451 from kishore-mohan/typo-helper-descriptionSean Griffin2015-09-012-3/+3
|\ \ \ \
| * | | | typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-022-3/+3
|/ / / /
* | | | Merge pull request #21456 from rodzyn/clean_requiresRafael Mendonça França2015-09-017-13/+2
|\ \ \ \
| * | | | Remove not used requiresMarcin Olichwirowicz2015-09-017-13/+2
* | | | | Respect scale of the column in the Decimal typeRafael Mendonça França2015-09-013-1/+36
* | | | | Add windows version of nokogiriRafael Mendonça França2015-09-011-0/+4
* | | | | Merge pull request #21455 from bkeepers/railties-licenseRafael Mendonça França2015-09-011-1/+1
|\ \ \ \ \
| * | | | | Include MIT-LICENSE in railties gemBrandon Keepers2015-09-011-1/+1
|/ / / / /
* | | | | Merge pull request #21454 from claudiob/fix-failing-tests-on-guidesRafael Mendonça França2015-09-013-0/+9
|\ \ \ \ \
| * | | | | Fix: make Travis CI happy about guides againclaudiob2015-09-013-0/+9
|/ / / / /
* | | | | Merge pull request #21453 from claudiob/minimum-sprockets-2Kasper Timm Hansen2015-09-012-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Require sprockets-rails >= 2claudiob2015-09-012-2/+2
|/ / / /
* | | | Merge pull request #21450 from amitsuroliya/minor_typoKasper Timm Hansen2015-09-011-1/+1
|\ \ \ \
| * | | | typo fix [ci skip]amitkumarsuroliya2015-09-011-1/+1
* | | | | Merge pull request #21447 from aditya-kapoor/add-missing-test-amKasper Timm Hansen2015-09-011-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing test for #17351Aditya Kapoor2015-09-011-0/+14
* | | | | Merge pull request #21444 from etdev/fix-readme-typo-itsKasper Timm Hansen2015-09-011-1/+1
|\ \ \ \ \
| * | | | | Fix typo in readme fileEric Turner2015-09-011-1/+1
* | | | | | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-013-0/+17
| |/ / / / |/| | | |
* | | | | Fix failure introduced by #17351 due to the new mocks implementationCarlos Antonio da Silva2015-09-011-1/+1
* | | | | Merge pull request #21443 from jashank/fix-17351Carlos Antonio da Silva2015-09-011-1/+1
|\ \ \ \ \
| * | | | | Fix syntax error introduced by #17351.Jashank Jeremy2015-09-011-1/+1
| |/ / / /