Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0 | Vijay Dev | 2011-05-24 | 1 | -2/+2 |
| | |||||
* | use rake to create test databases for us | Aaron Patterson | 2011-01-14 | 1 | -0/+9 |
| | |||||
* | sorry, the CI cannot lie to us anymore (Part II) | Santiago Pastorino | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Have a separate test connection directory for sqlite3 in-memory so that the ↵ | Jon Leighton | 2011-01-11 | 1 | -1/+1 |
| | | | | tests can be run without having to specifically rename the connection file (which then causes git to pick up the changes) | ||||
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | remove use of echo [#4410 state:resolved] | Greg Hazel | 2010-09-02 | 1 | -2/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | deletes the rdoc task of each component, they are no longer published separately | Xavier Noria | 2010-08-20 | 1 | -25/+0 |
| | |||||
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | update tests for mysql2 support | Brian Lopez | 2010-08-02 | 1 | -7/+7 |
| | |||||
* | APIs for individual components are no longer published | Xavier Noria | 2010-07-26 | 1 | -6/+0 |
| | |||||
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -4/+4 |
| | |||||
* | Makes Rakefile activate rdoc >= 2.5.9 | Santiago Pastorino | 2010-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Xavier Noria <fxn@hashref.com> | ||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Add this rule to run common tests and specifics ones from adapters dir | Santiago Pastorino | 2010-06-27 | 1 | -1/+3 |
| | |||||
* | reorganizing adapter specific tests. [#4974 state:resolved] | Aaron Patterson | 2010-06-25 | 1 | -1/+4 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | pdoc tasks publishe APIs in api.rubyonrails.org | Xavier Noria | 2010-06-16 | 1 | -1/+1 |
| | |||||
* | use RDoc 2.2 to generate the documentation of individual components | Xavier Noria | 2010-06-16 | 1 | -1/+2 |
| | |||||
* | clear the rest of the warnings, run with warnings turned on [#4332 ↵ | Aaron Patterson | 2010-04-10 | 1 | -0/+1 |
| | | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -1/+0 |
| | |||||
* | Remove cruft in the gem packaging and release code | Bryan Helmkamp | 2010-03-01 | 1 | -14/+0 |
| | |||||
* | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 1 | -4/+5 |
| | |||||
* | Fix task defines | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -18/+5 |
| | |||||
* | Unify test:isolated across components and run by default at toplevel | Jeremy Kemper | 2009-11-10 | 1 | -5/+7 |
| | |||||
* | We won't be publishing tars and zips anymore | Joshua Peek | 2009-10-16 | 1 | -2/+0 |
| | |||||
* | Make gemspecs the authoritative source instead of generating them from the ↵ | Joshua Peek | 2009-09-25 | 1 | -41/+1 |
| | | | | Rakefile | ||||
* | Add required dependencies on activemodel | Carl Lerche | 2009-09-01 | 1 | -0/+1 |
| | |||||
* | Add rake gemspec and gemspecs to the repo | Yehuda Katz | 2009-08-31 | 1 | -0/+6 |
| | |||||
* | When running multiple test tasks, don't abort early if one produces failures | Jeffrey Hardy | 2009-08-27 | 1 | -6/+26 |
| | | | | | | [#3107 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 1 | -1/+1 |
| | | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git | ||||
* | Bump pg gem requirement to 0.8.0. Build psql db with UTF8 encoding. | Jeremy Kemper | 2009-08-15 | 1 | -2/+2 |
| | |||||
* | MySQL: fix diacritic uniqueness test by setting the default character set ↵ | Hugo Peixoto | 2009-08-08 | 1 | -2/+2 |
| | | | | | | | | and collation to utf8/utf8_unicode_ci [#2883 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Bump up the version to 3.0.pre | Carl Lerche | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | Cherry-pick core extensions | Jeremy Kemper | 2009-05-13 | 1 | -0/+3 |
| | |||||
* | isolated_test task | Jeremy Kemper | 2009-05-13 | 1 | -6/+14 |
| | |||||
* | Selectively require rake sshpublisher so full gem isn't required | Jeremy Kemper | 2009-04-30 | 1 | -1/+2 |
| | |||||
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -1/+1 |
| | |||||
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Test jdbc adapters by default on jruby | Jeremy Kemper | 2009-02-06 | 1 | -1/+3 |
| | |||||
* | Adding AR tests for JDBC connections | Stephen Bannasch | 2009-01-26 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | New connections: jdbcmysql jdbcpostgresql jdbcsqlite3 jdbcderby jdbch2 jdbchsqldb jdbcpostgresql To test you will need the native database installed (if one is required), activerecord-jdbc-adapter and the specific activerecord-jdbc<database>-adapter for the database you are testing. Run the tests like this: jruby -S rake test_jdbcmysql Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1685 state:committed] | ||||
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 |
| | |||||
* | A few more dependency updates | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Proper update call for gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 |
| | |||||
* | Push to new gem server | David Heinemeier Hansson | 2008-10-23 | 1 | -2/+2 |
| |