aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | [ci skip] Change `the null` to `a not null constraint`yui-knk2015-03-221-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19451 from prathamesh-sonpatki/fix-typo-railties-changelogArun Agrawal2015-03-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci skip]Prathamesh Sonpatki2015-03-221-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #19442 from joevandyk/patch-1Matthew Draper2015-03-221-1/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix documentation for find_or_create_byJoe Van Dyk2015-03-211-1/+3
* | | | | | | | | Merge pull request #19447 from wallerjake/postgresql_big_int_array_schema_rbSean Griffin2015-03-214-1/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Delegate limit to subtypewallerjake2015-03-214-1/+16
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Actually rename to `rake initializers`Godfrey Chan2015-03-211-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #19443 from radanskoric/fix-am-errors-deprecationCarlos Antonio da Silva2015-03-211-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix ActiveModel::Errors deprecation messages failing when used on its ownRadan Skoric2015-03-211-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Rework form helper example to use Person.newCarlos Antonio da Silva2015-03-211-3/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #19441 from y-yagi/use_existArthur Nogueira Neves2015-03-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use `Dir.exist?` instead of deprecated `Dir.exists?`yuuji.yaginuma2015-03-211-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #19445 from prathamesh-sonpatki/rm-ostructArthur Nogueira Neves2015-03-211-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Removed requiring ostruct because its unusedPrathamesh Sonpatki2015-03-211-1/+0
| |/ / / / / /
* | | | | | | Merge pull request #19444 from prathamesh-sonpatki/fix-typosKasper Timm Hansen2015-03-211-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix typos in test runner's help outputPrathamesh Sonpatki2015-03-211-2/+2
|/ / / / / /
* | | | | | Merge pull request #19438 from yui-knk/fix/commentArthur Nogueira Neves2015-03-201-1/+2
|\ \ \ \ \ \
| * | | | | | [ci skip] Check a result of `valid?` instead of `create`yui-knk2015-03-211-1/+2
|/ / / / / /
* | | | | | Revert "Use `def setup` instead of `setup do`"eileencodes2015-03-201-4/+2
* | | | | | `rake initializer` -> `rake initializers`Godfrey Chan2015-03-203-6/+7
* | | | | | Merge pull request #19433 from agfor/fix_host_with_x_forwarded_host_headerRafael Mendonça França2015-03-203-1/+12
|\ \ \ \ \ \
| * | | | | | Fix handling of empty X_FORWARDED_HOST header.adam2015-03-203-1/+12
* | | | | | | Mark some constants as nodoc and remove unneeded namespaceRafael Mendonça França2015-03-202-12/+10
* | | | | | | Merge pull request #19413 from kirs/replace-alias_method_chainRafael Mendonça França2015-03-203-22/+24
|\ \ \ \ \ \ \
| * | | | | | | Use Module#prepend instead of alias_method_chainKir Shatrov2015-03-203-22/+24
* | | | | | | | Merge pull request #19421 from jcoyne/translate_defaults_with_nilRafael Mendonça França2015-03-203-1/+14
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #19432 from cllns/more-inclusive-wordingRafael Mendonça França2015-03-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Change 'girlfriend' to 'partner'Sean Collins2015-03-201-1/+1
|/ / / / / / /
* | | | | | | Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-2016-31/+120
* | | | | | | Revert "Merge pull request #19411 from dmathieu/rack_env_changelog"Jeremy Kemper2015-03-201-7/+0
* | | | | | | Fix kwargs warning in `test_get_xml`eileencodes2015-03-201-1/+1
* | | | | | | Remove `#build_original_fullpath` methodeileencodes2015-03-202-32/+0
* | | | | | | Use fullpath from Rack request rather than building iteileencodes2015-03-201-11/+5
* | | | | | | Test files should be named *_test.rb to be executed via rake taskAkira Matsuda2015-03-201-0/+0
* | | | | | | Merge pull request #19417 from akshay-vishnoi/test-correctRafael Mendonça França2015-03-191-4/+4
|\ \ \ \ \ \ \
| * | | | | | | [Fix Select tag Tests] Test correct use of multiple option for selectAkshay Vishnoi2015-03-201-4/+4
* | | | | | | | Merge pull request #19416 from akshay-vishnoi/test-correctRafael Mendonça França2015-03-191-3/+3
|\| | | | | | |
| * | | | | | | Fix test messages use directly true, false and nil instead of their symbolAkshay Vishnoi2015-03-191-3/+3
|/ / / / / / /
* | | | | | | Don't cast nil to string in pg enumsSean Griffin2015-03-192-1/+11
* | | | | | | Merge pull request #19415 from amitsuroliya/mysql_version_updateRafael Mendonça França2015-03-195-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Updated MySQL documentation link to MySQL latest version 5.6 everywhere [ci s...amitkumarsuroliya2015-03-195-7/+7
|/ / / / / / /
* | | | | | | Merge pull request #19412 from amitsuroliya/mysql_adapter_docSean Griffin2015-03-191-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Updated MySQL documentation link to latest version MySQL 5.6 [ci skip]amitkumarsuroliya2015-03-191-2/+2
* | | | | | | | Merge pull request #19410 from y-yagi/add_reference_exampleSean Griffin2015-03-191-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | add foreign_key option to result of references column type [ci skip]yuuji.yaginuma2015-03-191-1/+1
* | | | | | | | Merge pull request #19411 from dmathieu/rack_env_changelogArthur Nogueira Neves2015-03-191-0/+7
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | add changelog entry for removing the fallback to rack_envDamien Mathieu2015-03-191-0/+7
* | | | | | | | Merge pull request #19407 from amitsuroliya/mysql_adapter_docYves Senn2015-03-191-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Updated MySQL documentation link for STRICT_ALL_TABLESamitkumarsuroliya2015-03-191-1/+1