aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* routes in the env via the request objectAaron Patterson2015-08-051-3/+2
* allocate a request object to avoid hash allocationsAaron Patterson2015-08-051-3/+2
* Use exist? instead of deprecated exists?Kasper Timm Hansen2015-08-051-2/+2
* Merge pull request #20961 from ccallebs/add-dev-mode-cachingKasper Timm Hansen2015-08-057-2/+114
|\
| * Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-047-2/+114
* | Merge pull request #21105 from os97673/allow-minitest-pluginsRafael Mendonça França2015-08-031-0/+1
|\ \
| * | Allow Minitest to load plugins. Fixes #21102Oleg Sukhodolsky2015-08-031-0/+1
* | | Inform user to add script in correct location into the application.js manifes...Mehmet Emin İNAÇ2015-08-032-2/+2
* | | Revert "test runner should crash with non existing file argument."Yves Senn2015-08-032-6/+1
* | | Merge pull request #21104 from atul-shimpi/masterYves Senn2015-08-032-2/+4
|\ \ \
| * | | Inform user to add styles in correct location in application.cssatul-shimpi2015-08-032-2/+4
| |/ /
* / / test runner should crash with non existing file argument.Yves Senn2015-08-032-1/+6
|/ /
* | Merge pull request #20992 from JuanitoFatas/fix/bin-setup-scriptYves Senn2015-07-311-1/+1
|\ \ | |/ |/|
| * Don't fail when checking dependencies in bin/setup scriptJuanito Fatas2015-07-231-1/+1
* | Fix rake/notes_testschneems2015-07-291-0/+1
* | Fix reported regression rails/sprockets-rails#265schneems2015-07-291-0/+1
* | Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-2/+2
* | Merge pull request #20759 from vngrs/fix_wrong_docRafael Mendonça França2015-07-271-2/+2
|\ \
| * | Change wrong usage in documentation about autoload_paths [ci skip]Mehmet Emin İNAÇ2015-07-021-2/+2
* | | Merge pull request #21003 from robin850/api-pluginsRafael Mendonça França2015-07-275-9/+84
|\ \ \
| * | | Enable the `api_only` option for API plugins' generatorsRobin Dupret2015-07-232-0/+27
| * | | Generate an API dummy application for API pluginsRobin Dupret2015-07-232-0/+9
| * | | Make ApplicationController inherit from AC::API for API pluginsRobin Dupret2015-07-232-1/+9
| * | | Skip assets, helpers and views generation for API pluginsRobin Dupret2015-07-232-8/+27
| * | | Add the `--api` option for the plugin generatorRobin Dupret2015-07-232-0/+12
| | |/ | |/|
* | | Merge pull request #20928 from matthewd/unload-interlockMatthew Draper2015-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | We need stricter locking before we can unloadMatthew Draper2015-07-201-1/+1
* | | Merge pull request #20926 from rsanheim/fail-fast-bin-setupRafael Mendonça França2015-07-211-5/+9
|\ \ \
| * | | add system! to fail fast in bin/setupRob Sanheim2015-07-181-5/+9
| |/ /
* | | Merge pull request #20819 from y-yagi/rails_api_gemfileRafael Mendonça França2015-07-212-1/+4
|\ \ \
| * | | remove `web-console` from API app generated Gemfileyuuji.yaginuma2015-07-092-1/+4
* | | | titleizing the New LinkThiago Pinto2015-07-201-1/+1
* | | | Merge pull request #20384 from kaspth/per-request-cacheDavid Heinemeier Hansson2015-07-201-0/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | Make digest cache work in development.Kasper Timm Hansen2015-07-181-0/+63
* | | | [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-3/+3
* | | | make test runner work correctly inside engineyuuji.yaginuma2015-07-124-7/+13
* | | | remove Rack::Lock for webrickAaron Patterson2015-07-101-11/+1
|/ / /
* | | Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-093-24/+18
* | | Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-092-13/+50
|/ /
* | Merge pull request #20767 from y-yagi/remove_unnecessary_fixture_methodYves Senn2015-07-061-4/+0
|\ \
| * | remove unnecessary loading fixtures from `navigation_test.rb`yuuji.yaginuma2015-07-031-4/+0
| |/
* / Display a more human readable list of reserved namesRobin Dupret2015-07-014-4/+8
|/
* Avoid crashing when minitest-rails is loaded.Victor Costan2015-07-011-3/+3
* `dump_schema_after_migration` applies migration tasks other than db:migrateYves Senn2015-06-301-6/+8
* tests, railties tests should use `bin/` executables when possible.Yves Senn2015-06-309-121/+121
* 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 #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 #20714 from y-yagi/fix_file_fixture_pathRafael Mendonça França2015-06-271-1/+1
|\ \ | |/ |/|