aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* - 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-103-11/+10
|\ \
| * | set association name to generated fixtures if attribute is referenceyuuji.yaginuma2016-02-063-11/+10
* | | prevent apps in the railties test suite from running the evented monitorXavier Noria2016-02-101-3/+12
* | | include spring-watcher-listen in the Gemfile of new applicationsXavier Noria2016-02-103-0/+9
* | | enables the evented monitor in new applicationsXavier Noria2016-02-105-1/+35
* | | revert dev:cache to rake task, fixes #23410Scott Bronson2016-02-076-54/+49
* | | Remove unused private methodSyamil MJ2016-02-071-4/+0
| |/ |/|
* | Replace old Rails greeting referencesGenadi Samokovarov2016-02-061-1/+1
|/
* Fix mixing line filters with Minitest's -n filter.Kasper Timm Hansen2016-02-052-4/+36
* move CHANGELOG entry to the appropriate position [ci skip]yuuji.yaginuma2016-02-051-2/+2
* - app generate option --skip-sprockets leaves jquery-rails gem, which relies ...Vipul A M2016-02-042-2/+3
* Update assertion on redis in generated GemfilePrem Sichanugrist2016-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-032-2/+26
|\ \ \ | |/ / |/| |
| * | Fix model test path typo uncovered in previous commit.Kasper Timm Hansen2016-02-031-1/+1
| * | Fix line filters running tests from multiple runnables.Kasper Timm Hansen2016-02-032-1/+25
| |/
* / Add dummy apple icon filesAlexey Zabelin2016-02-033-0/+4
|/
* 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-032-10/+10
|/
* Merge pull request #23420 from y-yagi/move_api_test_to_appropriate_fileRafael França2016-02-022-11/+10
|\
| * move `test_generator_if_skip_action_cable_is_given_for_an_api_app` to the app...yuuji.yaginuma2016-02-022-11/+10
* | Generated engines should protect from forgeryAaron Patterson2016-02-012-3/+4
|/
* :warning: assigned but unused variable - errAkira Matsuda2016-02-021-2/+2
* Add some Action Cable CHANGELOG entriesRafael Mendonça França2016-02-011-3/+1
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-012-1/+6
* 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-012-4/+91
|\
| * Add options for rake routes taskVipul A M2016-02-022-4/+91
* | 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 #23025 from yahonda/shorten_internal_metadata_table_name_l...Sean Griffin2016-02-012-3/+3
|\ \ \ | |_|/ |/| |
| * | Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadataYasuo Honda2016-02-012-3/+3
* | | Merge pull request #23057 from schneems/schneems/default-puma-configRichard Schneeman2016-02-015-3/+64
|\ \ \
| * | | Add Default Puma Configschneems2016-01-295-3/+64
* | | | 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-022-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-012-4/+0
* | | | Merge pull request #23169 from y-yagi/rake_proxy_in_engineKasper Timm Hansen2016-01-315-39/+126
|\ \ \ \ | |_|/ / |/| | |