aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #21794 from jeremy/sprockets/move-asset-manifest-from-topl...Jeremy Daer2015-09-295-16/+16
|\ \ \ \ \ \
| * | | | | | Eliminate overlapping `app/assets` load pathJeremy Daer2015-09-295-16/+16
* | | | | | | Make app building threadsafeeileencodes2015-09-291-4/+8
* | | | | | | Stop modifying global variableseileencodes2015-09-293-8/+4
* | | | | | | Add fail fast to test runner.Kasper Timm Hansen2015-09-292-0/+13
* | | | | | | Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-282-5/+32
|/ / / / / /
* | | | | | check if @rake_patterns is definedyuuji.yaginuma2015-09-281-1/+2
* | | | | | stop using deprecated method in mailers controlleryuuji.yaginuma2015-09-232-3/+3
* | | | | | fix application_controller require_dependency path generated by the scaffold ...yuuji.yaginuma2015-09-201-1/+1
* | | | | | mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
|/ / / / /
* | | | | Fix displaying mailer previews on non local requests.Wojciech Wnętrzak2015-09-171-1/+5
* | | | | Bundler tzinfo-data in windows, even first generated new app are MacEric Guo2015-09-151-2/+0
* | | | | Merge pull request #21568 from amitsuroliya/mysql_version_updateRafael Mendonça França2015-09-132-2/+2
|\ \ \ \ \
| * | | | | Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...amitkumarsuroliya2015-09-102-2/+2
* | | | | | dev and edge have some common, so factor it out.Eric Guo2015-09-131-10/+7
|/ / / / /
* | | | | Replace AR with ActiveRecord to make it more readable [ci skip]arvind2015-09-081-1/+1
* | | | | Merge pull request #21519 from y-yagi/test_runner_raise_errorKasper Timm Hansen2015-09-083-7/+16
|\ \ \ \ \
| * | | | | modify to pass the correct argument to the test runner from rakeyuuji.yaginuma2015-09-082-6/+15
| * | | | | raise LoadError when a non-existent file or directory is specified to the tes...yuuji.yaginuma2015-09-071-1/+1
* | | | | | Fix strange messages for `rails g foo`FUJI Goro (gfx)2015-09-071-1/+1
|/ / / / /
* | | | | make `ENV` a required argumentyuuji.yaginuma2015-08-291-1/+1
* | | | | remove require of files under support that do not useyuuji.yaginuma2015-08-271-3/+0
* | | | | Merge pull request #21267 from davidcornu/rails-server-port-env-varRafael Mendonça França2015-08-241-1/+1
|\ \ \ \ \
| * | | | | Use the PORT environment variable for rails serverDavid Cornu2015-08-181-1/+1
* | | | | | smooth move aaron.... :bomb:Aaron Patterson2015-08-201-2/+2
* | | | | | point at rack masterAaron Patterson2015-08-201-0/+2
* | | | | | fix path of annotations.rake [ci skip]yuuji.yaginuma2015-08-201-1/+1
* | | | | | Migrate to Sprockets 4.Andrei Istratii2015-08-195-4/+40
|/ / / / /
* | | | | Fixed syslog example in production config templateprintercu2015-08-171-1/+2
* | | | | Plugins are generated with the version 0.1.0Daniel Morris2015-08-161-1/+1
* | | | | 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-102-1/+11
|\ \ \ \ \ \
| * | | | | | Reload I18n locales in developmentKir Shatrov2015-08-102-1/+11
* | | | | | | Merge pull request #21176 from y-yagi/fix_scaffold_tests_inside_api_engineRafael Mendonça França2015-08-091-1/+4
|\ \ \ \ \ \ \
| * | | | | | | make generated scaffold functional tests work inside API enginesyuuji.yaginuma2015-08-091-1/+4
* | | | | | | | 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-071-0/+28
* | | | | | | Only load statistics.rake once from inside engineErsin Akinci2015-08-061-2/+3
* | | | | | | Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...Rafael Mendonça França2015-08-061-0/+1
|\ \ \ \ \ \ \
| * | | | | | | set the correct path to `ActionDispatch::IntegrationTest.fixture_path`yuuji.yaginuma2015-07-281-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | 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-054-2/+51
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add rake dev:cache task to enable dev mode caching.Chuck Callebs2015-08-044-2/+51
* | | | | | | Merge pull request #21105 from os97673/allow-minitest-pluginsRafael Mendonça França2015-08-031-0/+1
|\ \ \ \ \ \ \