aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Fixed syslog example in production config templateprintercu2015-08-171-1/+2
* Updated tests for the generated version number changeDaniel Morris2015-08-161-3/+3
* Plugins are generated with the version 0.1.0Daniel Morris2015-08-162-1/+6
* Add a changelog entry for #21124 [ci skip]Robin Dupret2015-08-161-0/+6
* Tiny documentation fixes [ci skip]Robin Dupret2015-08-161-4/+2
* Merge pull request #21021 from sgrif/sg-no-routes-commentSean Griffin2015-08-121-54/+1
|\
| * Replace the giant comment in routes.rb with a link to the guidesSean Griffin2015-07-241-54/+1
* | Merge pull request #21124 from kirs/feature/reload-i18nKasper Timm Hansen2015-08-104-1/+97
|\ \
| * | Reload I18n locales in developmentKir Shatrov2015-08-104-1/+97
* | | Merge pull request #21176 from y-yagi/fix_scaffold_tests_inside_api_engineRafael Mendonça França2015-08-092-1/+32
|\ \ \
| * | | make generated scaffold functional tests work inside API enginesyuuji.yaginuma2015-08-092-1/+32
* | | | WhitespacesRafael Mendonça França2015-08-091-1/+1
|/ / /
* | | Fix deprecation warning in testseileencodes2015-08-081-1/+1
* | | Added bin/update script to update application automaticallyMehmet Emin İNAÇ2015-08-072-0/+32
* | | Only load statistics.rake once from inside engineErsin Akinci2015-08-062-3/+11
* | | Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...Rafael Mendonça França2015-08-062-0/+2
|\ \ \
| * | | set the correct path to `ActionDispatch::IntegrationTest.fixture_path`yuuji.yaginuma2015-07-282-0/+2
| | |/ | |/|
* | | stop using deprecated `render :text` in railtiesyuuji.yaginuma2015-08-062-2/+2
* | | 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