aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
...
* | | test runner, relay minitest information about the error location.Yves Senn2016-02-151-1/+1
* | | Revert "Prefer Minitest's location for test failures."Yves Senn2016-02-151-8/+2
* | | Merge pull request #23569 from Gaurav2728/no_doc_of_some_railtie_methodsVipul A M2016-02-151-4/+7
|\ \ \
| * | | mark as #:nodoc: [ci skip]Gaurav Sharma2016-02-151-4/+7
* | | | Merge pull request #23664 from y-yagi/remove_test_order_from_environment_fileYves Senn2016-02-151-3/+0
|\ \ \ \ | |/ / / |/| | |
| * | | remove `active_support.test_order` from environment fileyuuji.yaginuma2016-02-141-3/+0
* | | | Merge pull request #23505 from kaspth/inject-rails-config-through-railtieKasper Timm Hansen2016-02-141-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Inject Rails' channel paths in engine.Kasper Timm Hansen2016-02-141-0/+1
* | | | Use Ruby 1.9 hash syntaxRafael Mendonça França2016-02-121-1/+1
* | | | Use correct path in documentation.Tom von Schwerdtner2016-02-121-1/+1
* | | | - Fixed and removed long arguments to rake routesVipul A M2016-02-121-3/+3
| |/ / |/| |
* | | Merge pull request #23528 from bensheldon/patch-1Richard Schneeman2016-02-101-1/+1
|\ \ \
| * | | Set postgresql poolsize via RAILS_MAX_THREADSBen Sheldon2016-02-101-1/+1
| |/ /
* | | Merge pull request #23512 from y-yagi/set_association_name_to_fixtureDavid Heinemeier Hansson2016-02-101-1/+1
|\ \ \
| * | | set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-061-1/+1
| |/ /
* | | include spring-watcher-listen in the Gemfile of new applicationsXavier Noria2016-02-101-0/+3
* | | enables the evented monitor in new applicationsXavier Noria2016-02-103-1/+8
* | | revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-074-22/+15
* | | Remove unused private methodSyamil MJ2016-02-071-4/+0
|/ /
* | Fix mixing line filters with Minitest's -n filter.Kasper Timm Hansen2016-02-051-4/+12
* | - app generate option --skip-sprockets leaves jquery-rails gem, which relies ...Vipul A M2016-02-041-1/+1
* | Merge pull request #23478 from vipulnsward/23470-pass-api-in-update-generatorRafael França2016-02-041-1/+1
|\ \
| * | Pass api only option to rails rails:update task to update only based on API.Vipul A M2016-02-041-1/+1
| |/
* | Turbolinks has moved outDavid Heinemeier Hansson2016-02-041-1/+1
* | Redis is now only needed if you want to use Action Cable in productionDavid Heinemeier Hansson2016-02-041-2/+2
* | rake stats dynamically scales nowAkira Matsuda2016-02-041-9/+21
* | Revert "Lines of code can be 100,000+ in a Rails app"Akira Matsuda2016-02-041-4/+4
* | Merge pull request #23458 from kamipo/activerecord_supports_mysql_5.0_and_upSean Griffin2016-02-032-2/+2
|\ \
| * | Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-042-2/+2
* | | Merge pull request #23456 from kaspth/line-filter-triggers-one-runnableKasper Timm Hansen2016-02-031-1/+1
|\ \ \ | |/ / |/| |
| * | Fix line filters running tests from multiple runnables.Kasper Timm Hansen2016-02-031-1/+1
| |/
* / Add dummy apple icon filesAlexey Zabelin2016-02-032-0/+0
|/
* Merge pull request #23447 from y-yagi/update_pg_supported_version_in_docsYves Senn2016-02-032-2/+2
|\
| * update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-032-2/+2
* | use rails command in routes taskyuuji.yaginuma2016-02-031-3/+3
|/
* Generated engines should protect from forgeryAaron Patterson2016-02-011-0/+1
* :warning: assigned but unused variable - errAkira Matsuda2016-02-021-2/+2
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-1/+1
* Add spaces in the braces.Kasper Timm Hansen2016-02-011-1/+1
* Merge pull request #23225 from vipulnsward/20420-rake-routes-optionsKasper Timm Hansen2016-02-011-2/+30
|\
| * Add options for rake routes taskVipul A M2016-02-021-2/+30
* | Merge pull request #23398 from matthewd/interlockMatthew Draper2016-02-021-1/+1
|\ \ | |/ |/|
| * Always obtain the lock and do the unloadMatthew Draper2016-02-021-1/+1
* | Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-014-3/+55
|\ \
| * | Add Default Puma Configschneems2016-01-294-3/+55
* | | Merge pull request #23385 from matthewd/default-subscription-adapterMatthew Draper2016-02-021-4/+2
|\ \ \ | |_|/ |/| |
| * | Use the in-process subscription adapter for development & testMatthew Draper2016-02-011-4/+2
* | | Merge pull request #23381 from matthewd/uneventful-redisMatthew Draper2016-02-021-1/+0
|\ \ \
| * | | Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-1/+0
* | | | make rake proxy work in rails enginesyuuji.yaginuma2016-01-313-34/+121
| |/ / |/| |