aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Fix strange messages for `rails g foo`FUJI Goro (gfx)2015-09-071-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #21250 from ronakjangir47/safe_constYves Senn2015-09-071-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | safe_constantize - Added Object scoped missing test casesRonak Jangir2015-09-061-0/+2
* | | | | | | | | | Merge pull request #21480 from amitsuroliya/add_return_value_descriptionKasper Timm Hansen2015-09-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | adding description of return value [ci skip]amitkumarsuroliya2015-09-031-1/+1
* | | | | | | | | | | Merge pull request #21521 from yui-knk/fix/ar_task_descRichard Schneeman2015-09-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [ci skip] Replace `AR` with `Active Record` in task descyui-knk2015-09-071-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Fix test failures from premature merge of #21317Matthew Draper2015-09-072-5/+16
* | | | | | | | | | Merge pull request #21317 from greysteil/support-postgres-drop-index-concurre...Matthew Draper2015-09-076-9/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Support dropping indexes concurrently in PostgresGrey Baker2015-09-056-9/+30
* | | | | | | | | | | Merge pull request #21505 from morgoth/deprecate-passing-conditions-to-destro...Matthew Draper2015-09-075-15/+29
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-065-15/+29
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #21514 from ronakjangir47/remove_extra_theXavier Noria2015-09-062-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Removed Extra ‘the’ [ci skip]Ronak Jangir2015-09-062-2/+2
| | |_|/ / / / / / | |/| | | | | | |
* / | | | | | | | Use ERB::Utils to percent encode `hfvalue` parts of mailtoAaron Patterson2015-09-052-5/+5
|/ / / / / / / /
* | | | | | | | Merge pull request #21506 from rodzyn/remove_mocha_part_3Kasper Timm Hansen2015-09-058-90/+132
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-058-90/+132
|/ / / / / / /
* | | | | | | implement abstract store methodsAaron Patterson2015-09-044-8/+8
* | | | | | | stop using deprecated Abstract::ID classAaron Patterson2015-09-045-5/+5
* | | | | | | stop inheriting from Rack::RequestAaron Patterson2015-09-0412-22/+24
* | | | | | | Merge pull request #21504 from ioquatix/patch-1Sean Griffin2015-09-041-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | #where fails if opts.responds_to?(:==) unexpectedlySamuel Williams2015-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
|\ \ \ \ \ \