aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] Improve the url_for documentationRoque Pinel2015-07-011-3/+19
* Separate the constraint and other options [ci skip]Robin Dupret2015-07-011-3/+8
* Merge pull request #20747 from pwnall/fix_minitest_railsKasper Timm Hansen2015-07-011-3/+3
|\
| * Avoid crashing when minitest-rails is loaded.Victor Costan2015-07-011-3/+3
|/
* Correct through associations using scopesSean Griffin2015-06-304-6/+16
* follow-up to 2183caa, always reenable the task. #20743Yves Senn2015-06-301-3/+3
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-303-15/+27
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-309-121/+121
* Merge pull request #20741 from radar/integration_tool_docRafael Mendonça França2015-06-301-1/+1
|\
| * integration_tool defaults to :test_unitRyan Bigg2015-06-301-1/+1
* | Merge pull request #20734 from srikanthps/masterRafael Mendonça França2015-06-291-1/+2
|\ \
| * | To fix #20644Srikanth Shreenivas2015-06-301-1/+2
* | | Merge pull request #20739 from jordondornbos/patch-1Rafael Mendonça França2015-06-291-1/+1
|\ \ \
| * | | fix pluralization in doc [ci skip]Jordon Dornbos2015-06-291-1/+1
|/ / /
* | | Merge pull request #20735 from vngrs/minor_addition_to_getting_startedSean Griffin2015-06-291-2/+2
|\ \ \
| * | | Minor addition to getting started guide for foreign_key description of refere...Mehmet Emin İNAÇ2015-06-291-2/+2
|/ / /
* | | docs, nodoc `NullPreloader` and `AlreadyLoaded`.Yves Senn2015-06-291-2/+2
* | | Merge pull request #20724 from y-yagi/fix_scaffold_in_full_engineYves Senn2015-06-297-3/+36
|\ \ \
| * | | fix NoMethodError that occurs when generating scaffold inside full mode engineyuuji.yaginuma2015-06-287-3/+36
* | | | Merge pull request #20669 from akolomiychuk/image-pathYves Senn2015-06-293-0/+11
|\ \ \ \
| * | | | Add nil check in asset_pathAnton Kolomiychuk2015-06-292-0/+7
* | | | | Merge pull request #20538 from repinel/fix-render-caching-issueKasper Timm Hansen2015-06-294-16/+36
|\ \ \ \ \
| * | | | | Fix cache issue when different partials use the same collectionRoque Pinel2015-06-284-16/+36
|/ / / / /
* | | | | Merge pull request #20726 from yui-knk/fix/doc_controllerClaudio B.2015-06-281-1/+1
|\ \ \ \ \
| * | | | | [ci skip] Fix action_controller_overviewyui-knk2015-06-281-1/+1
|/ / / / /
* | | | | updates a migration example in the Getting Started guide [ci skip]Xavier Noria2015-06-281-5/+3
* | | | | Revert the behavior of association names and `where` to be closer to 4.2Sean Griffin2015-06-271-1/+1
* | | | | Improve error messages in cookies_testeileencodes2015-06-271-3/+3
* | | | | Merge pull request #20276 from davetron5000/revert-head-on-no-templateKasper Timm Hansen2015-06-272-2/+38
|\ \ \ \ \
| * | | | | Override default_render's behavior with a blockDave Copeland2015-06-202-2/+38
* | | | | | Merge pull request #20720 from rohandaxini/patch-2Rafael Mendonça França2015-06-271-1/+1
|\ \ \ \ \ \
| * | | | | | Maintaining consistency in wordings [ci skip]Rohan Daxini2015-06-271-1/+1
|/ / / / / /
* | | | | | Merge pull request #20712 from nhodges/dev/nh/20345Rafael Mendonça França2015-06-271-2/+1
|\ \ \ \ \ \
| * | | | | | Remove `config` options from `default_options` in `railties`Nuri Hodges2015-06-261-2/+1
* | | | | | | Merge pull request #20556 from radanskoric/improve-validation-helpersRafael Mendonça França2015-06-275-7/+41
|\ \ \ \ \ \ \
| * | | | | | | Improve Validation Helpers' documentation comments and testsRadan Skoric2015-06-275-7/+41
|/ / / / / / /
* | | | | | | Merge pull request #20652 from ankit1910/change_docZachary Scott2015-06-271-2/+12
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Change documentation for collection.build and collection.create [ci-skip]ankit19102015-06-211-2/+12
* | | | | | | Merge pull request #20607 from cmtonkinson/update-console-colorsRafael Mendonça França2015-06-271-8/+11
|\ \ \ \ \ \ \
| * | | | | | | More granular console SQL colorationChris Tonkinson2015-06-231-8/+11
* | | | | | | | Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...Rafael Mendonça França2015-06-273-2/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | Add table name prefix and suffix support to add_foreign_key and remove_foreig...Mehmet Emin İNAÇ2015-06-253-2/+37
* | | | | | | | | Merge pull request #20018 from sikachu/change-column-default-recorderRafael Mendonça França2015-06-2710-13/+72
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update guide for new change_column_default syntaxPrem Sichanugrist2015-06-261-6/+8
| * | | | | | | | | Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-269-7/+64
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #20711 from fenec/fix_routes_in_guidesRafael Mendonça França2015-06-271-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change routes.rb look in getting started [ci skip]Dmitry Pak2015-06-271-0/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #20714 from y-yagi/fix_file_fixture_pathRafael Mendonça França2015-06-271-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | correct `file_fixture_path` in plugins `test_helper.rb`yuuji.yaginuma2015-06-271-1/+1
* | | | | | | | | Merge pull request #20417 from dubek/fix-template-cache-call-patternKasper Timm Hansen2015-06-263-1/+36
|\ \ \ \ \ \ \ \ \