aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
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-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
| |/ / |/| |
* | | remove unnecessary gsub for `action_cable_meta_tag`yuuji.yaginuma2016-01-301-1/+0
|/ /
* | Merge pull request #23317 from rfmanuel/after-bundle-in-rails-plugin-templateRafael França2016-01-291-0/+6
|\ \
| * | Add an after_bundle callback in Rails plugin templatesRyan Manuel2016-01-281-0/+6
* | | Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-2/+1
* | | Merge pull request #23220 from maclover7/fix-23215Richard Schneeman2016-01-281-6/+0
|\ \ \ | |/ / |/| |
| * | Remove empty lines in Rails development loggerJon Moss2016-01-241-6/+0
* | | Merge pull request #23237 from gsamokovarov/new-welcome-pageDavid Heinemeier Hansson2016-01-281-265/+61
|\ \ \
| * | | Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-265/+61
* | | | Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-1/+2
* | | | [ci skip] Don’t explicitly mention EventMachineclaudiob2016-01-252-2/+2
|/ / /