aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove accidental additional testJeremy Baker2016-02-041-5/+0
* Add a resolver test for the missing schemeJeremy Baker2016-02-042-0/+11
* Remove the assumption of schema in DATABASE_URLJeremy Baker2016-02-041-1/+1
* 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
|\ \ \ \ | |_|/ / |/| | |
| * | | use rails secret in rails guidesRyo Hashimoto2016-02-032-2/+2
|/ / /
* | | Merge pull request #23434 from remomueller/bump-minimum-pg-versionRafael França2016-02-022-3/+8
|\ \ \
| * | | The minimum supported version of PostgreSQL is now >= 9.1Remo Mueller2016-02-022-3/+8
|/ / /
* | | Merge pull request #23433 from BillyZac/masterArthur Nogueira Neves2016-02-021-2/+2
|\ \ \
| * | | Fix typo.Zachary Smith2016-02-021-2/+2
* | | | Merge pull request #23429 from qrush/actioncable-doc-updateEileen M. Uchitelle2016-02-024-40/+53
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] Several ActionCable documentation updates:Nick Quaranto2016-02-024-40/+53
|/ / /
* | | Ensure tz aware attributes continue to work with arraysSean Griffin2016-02-021-1/+1