Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #25927 from y-yagi/remove_needless_warning_for_hstore | Sean Griffin | 2017-01-03 | 1 | -5/+0 |
|\ | | | | | remove needless warning for hstore | ||||
| * | remove needless warning for hstore | yuuji.yaginuma | 2016-08-15 | 1 | -5/+0 |
| | | | | | | | | | | Rails 5 supports only Postgresql 9.1 or higher, warning is needless because in the case of Postgresql 9.0 or less does not work. | ||||
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
| | | |||||
* | | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
|/ | |||||
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
| | |||||
* | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -38/+38 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | systematic revision of =~ usage in AR | Xavier Noria | 2016-07-23 | 1 | -2/+2 |
| | | | | | Where appropriatei, prefer the more concise Regexp#match?, String#include?, String#start_with?, or String#end_with? | ||||
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
| | | | | Introduced in d6f2000a67cc63aa67414c75ce77de671824ec52 and was only used by Action Cable. Now handled by Action Cable’s assets:compile task. | ||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+3 |
| | |||||
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -7/+7 |
| | |||||
* | Allow mysql and mysql2 tests run by database user with password | Yasuo Honda | 2015-08-18 | 1 | -4/+4 |
| | |||||
* | Merge pull request #20256 from ↵ | Sean Griffin | 2015-07-24 | 1 | -9/+0 |
|\ | | | | | | | | | arunagw/aa-remove-unused-rule-and-task-activerecord Remove unused rule and task from activerecord | ||||
| * | Remove unused rule and task from activerecord | Arun Agrawal | 2015-05-22 | 1 | -9/+0 |
| | | |||||
* | | Remove unused package tasks | Arun Agrawal | 2015-05-28 | 1 | -7/+0 |
| | | | | | | | | We are using `all:build` now. | ||||
* | | Remove broken and unused release task | Arun Agrawal | 2015-05-22 | 1 | -9/+0 |
|/ | | | | | - We do release with release.rb - There is no `rake/gemcutter` | ||||
* | Updated postgresql documentation link to use latest version [ci skip] | Ronak Jangir | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Revert "For now, we will keep sorting the tests." | Matthew Draper | 2015-03-06 | 1 | -1/+1 |
| | | | | This reverts commit 7025d7769dc53f0a3ffab8b537727ef3fee367fc. | ||||
* | Follow up to #16613 | Robin Dupret | 2014-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Since we want this flag to be enabled anytime we are running the tests under JRuby, let's enable this at the Rakefile level so people get the performance boost on their local checkout. Moreover, we avoid having to update this particular line anytime the option changes on the JRuby side. The only drawback is that we have to define it in every Rakefile but there's no big deal, this is already the case for other options. | ||||
* | For now, we will keep sorting the tests. | Matthew Draper | 2014-09-05 | 1 | -1/+1 |
| | | | | | This reverts commits e969c928463e329fd6529ac59cad96385c538ffb and bd2b3fbe54e750ba97469a7896e8d143d6dfd465. | ||||
* | No need to sort tests | Akira Matsuda | 2014-08-28 | 1 | -1/+1 |
| | | | | Dir.glob result must be already sorted anyway | ||||
* | Encapsulate rake lines from ActiveRecord/ActionPack as CodeTools::LineStatistics | Benjamin Fleischer | 2014-07-25 | 1 | -21/+3 |
| | | | | [ci skip] | ||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-16 | 1 | -71/+74 |
| | |||||
* | Remove code related to adapter which are no longer in repo | Arun Agrawal | 2014-05-16 | 1 | -1/+1 |
| | | | | As we have remove code for these adapters so no need to have tasks | ||||
* | rake, remove frontbase related tasks from Active Record Rakefile. | Yves Senn | 2014-05-14 | 1 | -46/+0 |
| | |||||
* | Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar" | Yves Senn | 2014-05-03 | 1 | -107/+95 |
| | | | | | This reverts commit fe9859600824268ff614cb3eb48b62c7165a1fbd, reversing changes made to add9560643ef79830febf47fa1228752d1df3502. | ||||
* | Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi] | Arun Agrawal | 2014-05-03 | 1 | -95/+107 |
| | |||||
* | Add description for db:create and db:drop test tasks in AR | Carlos Antonio da Silva | 2013-11-17 | 1 | -2/+4 |
| | | | | | This will help identify these tasks exists, since they are easier to setup things for running all AR tests. | ||||
* | grab executable from rubygems | Arun Agrawal | 2013-07-26 | 1 | -2/+1 |
| | | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc | ||||
* | Cleanup task for informing about hstore | Vipul A M | 2013-07-25 | 1 | -6/+3 |
| | |||||
* | Merge pull request #11046 from arunagw/verbose_mode_on | Carlos Antonio da Silva | 2013-06-25 | 1 | -1/+1 |
|\ | | | | | Verbose mode on when running tests | ||||
| * | Adding verbose in isolated test. | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
| | | |||||
* | | Saying gemcutter => rubygems [ci skip] | Arun Agrawal | 2013-06-21 | 1 | -1/+1 |
|/ | |||||
* | No need to load 'rake/packagetask' as it's already | Arun Agrawal | 2013-06-02 | 1 | -1/+0 |
| | | | | | in 'rubygems/package_task' | ||||
* | Remove unnecessary code, because this extension is created on demand in ↵ | kennyj | 2013-05-15 | 1 | -2/+0 |
| | | | | hstore_test.rb. | ||||
* | added db:drop task that executes mysql:drop_databses and ↵ | Ranjay Krishna | 2013-01-20 | 1 | -0/+1 |
| | | | | postgresql:drop_databases | ||||
* | removed the puts statement and simplified the execute statement | Ranjay Krishna | 2013-01-20 | 1 | -6/+1 |
| | |||||
* | added rake db:create that executes mysql:build_databases and ↵ | Ranjay Krishna | 2013-01-20 | 1 | -0/+9 |
| | | | | postgresql:build_databases | ||||
* | use template0 option for creating activerecord test databases in postgres ↵ | Bobby Wilson | 2012-08-19 | 1 | -2/+2 |
| | | | | build_database task | ||||
* | Create hstore extension when building PostgreSQL databases. | kennyj | 2012-06-12 | 1 | -0/+10 |
| | |||||
* | Rakefile executable attributes and shebang lines has been removed | Roman V. Babenko | 2012-05-02 | 1 | -1/+0 |
| | |||||
* | Verbose output for tests. | Arun Agrawal | 2012-02-03 | 1 | -0/+1 |
| | | | | | See #3892 | ||||
* | No verbose the output for tests. | Arun Agrawal | 2012-02-01 | 1 | -1/+0 |
| | |||||
* | Use block form of 'File.open' so that File object is auto closed at end | Nathan Broadbent | 2012-01-30 | 1 | -7/+7 |
| | |||||
* | Replaced all 'for' loops with Enumerable#each | Nathan Broadbent | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | make sure AR isolated tests set the environment variable | Aaron Patterson | 2011-06-06 | 1 | -1/+2 |
| | |||||
* | oops! add parens so the block is properly bound | Aaron Patterson | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | set the environment variable from the rake file | Aaron Patterson | 2011-06-06 | 1 | -1/+6 |
| | |||||
* | add test to the include path | Aaron Patterson | 2011-06-06 | 1 | -0/+1 |
| | |||||
* | Make sure that the build/drop database rake tasks take account of the ↵ | Jon Leighton | 2011-06-06 | 1 | -12/+16 |
| | | | | test/config.yml config | ||||
* | Refactor Active Record test connection setup. Please see the ↵ | Jon Leighton | 2011-06-04 | 1 | -5/+3 |
| | | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. |