aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hotlink to the source and results for AWDwR testsSam Ruby2016-02-041-7/+7
* Test with Turbolinks 5Rafael Mendonça França2016-02-042-4/+5
* Merge pull request #23479 from vipulnsward/23431-remove-jquery-on-sprockets-skipRafael França2016-02-042-2/+3
|\
| * - app generate option --skip-sprockets leaves jquery-rails gem, which relies ...Vipul A M2016-02-042-2/+3
|/
* Merge pull request #23480 from sikachu/redis-commented-outDavid Heinemeier Hansson2016-02-041-1/+1
|\
| * 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
* | Allow for non-standard redis connectorsDavid Heinemeier Hansson2016-02-043-3/+22
* | 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
* | Typos in AR testsAkira Matsuda2016-02-044-5/+5
* | Merge pull request #23464 from kamipo/remove_commented_out_code_in_travis_rbSean Griffin2016-02-031-14/+0
|\ \
| * | Remove commented out code in `ci/travis.rb` [ci skip]Ryuta Kamizono2016-02-041-14/+0
* | | Merge pull request #23460 from kamipo/innodb_supports_fulltext_and_spatial_in...Sean Griffin2016-02-031-1/+1
|\ \ \
| * | | InnoDB supports FULLTEXT and Spatial Indexes [ci skip]Ryuta Kamizono2016-02-041-1/+1
| |/ /
* | | Merge pull request #23458 from kamipo/activerecord_supports_mysql_5.0_and_upSean Griffin2016-02-034-14/+10
|\ \ \
| * | | Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-044-14/+10
* | | | Merge pull request #23452 from phusion/action_cableJon Moss2016-02-031-2/+11
|\ \ \ \
| * | | | Document the fact that Action Cable does not require a multi-threaded app serverHongli Lai (Phusion)2016-02-031-2/+11
| | |_|/ | |/| |
* | | | Merge pull request #23465 from kamipo/sqlite2_support_has_been_droppedSean Griffin2016-02-033-4/+1
|\ \ \ \
| * | | | SQLite 2 support has been dropped [ci skip]Ryuta Kamizono2016-02-043-4/+1
|/ / / /
* | | | Merge pull request #23459 from mperham/masterArthur Nogueira Neves2016-02-032-2/+0
|\ \ \ \
| * | | | Remove unused dependencyMike Perham2016-02-032-2/+0
| | |_|/ | |/| |
* | | | Merge pull request #23457 from matthewd/arel-attributeMatthew Draper2016-02-0412-31/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Extract a Relation#arel_attributeMatthew Draper2016-02-047-16/+20
| * | | Defer Arel attribute lookup to the model classMatthew Draper2016-02-0412-31/+34
* | | | 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
* | | | Merge pull request #23455 from alexeyzab/add_apple_dummy_icon_filesRafael França2016-02-033-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add dummy apple icon filesAlexey Zabelin2016-02-033-0/+4
|/ / /
* | | Merge pull request #23442 from prathamesh-sonpatki/improve-pg-version-old-err...Rafael França2016-02-032-1/+4
|\ \ \
| * | | Mention PostgreSQL version support in release notes [ci skip]Prathamesh Sonpatki2016-02-031-0/+3
| * | | Mention supported PG version in the error message.Prathamesh Sonpatki2016-02-031-1/+1
* | | | Merge pull request #23453 from mperham/remove_jsonRafael França2016-02-033-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove json gem dependencyMike Perham2016-02-033-4/+0
|/ / /
* | | Merge pull request #23443 from prathamesh-sonpatki/fix-logging-in-developmentMatthew Draper2016-02-041-0/+2
|\ \ \
| * | | Put some space for non-assets requests in development modePrathamesh Sonpatki2016-02-031-0/+2
| |/ /
* | | Merge pull request #23447 from y-yagi/update_pg_supported_version_in_docsYves Senn2016-02-034-4/+4
|\ \ \
| * | | update supported version of PostgreSQL in docs [ci skip]yuuji.yaginuma2016-02-034-4/+4
* | | | Typos in AR testsAkira Matsuda2016-02-036-10/+10
* | | | Merge pull request #23436 from y-yagi/use_bin_command_in_routes_taskKasper Timm Hansen2016-02-033-17/+17
|\ \ \ \
| * | | | use rails command in routes taskyuuji.yaginuma2016-02-033-17/+17
| |/ / /
* | | | Merge pull request #20997 from himesh-r/issue-20995Arthur Neves2016-02-022-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Changed id-writer to save join table records based on association primary key...Himesh2016-02-022-2/+5
* | | | Sleep well, sweet princeSean Griffin2016-02-021-1/+1
* | | | Merge pull request #23437 from ryohashimoto/160203_guide_rails_secretJon Moss2016-02-022-2/+2
|\ \ \ \ | |_|/ / |/| | |