Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Dropped SQLite 2 from default test runner | Joshua Peek | 2008-07-19 | 1 | -1/+1 | |
| | ||||||
* | Horo rdoc template | Jeremy Kemper | 2008-06-22 | 1 | -1/+1 | |
| | ||||||
* | Update Rakefiles to connect to wrath as current user. Use ssh config to set ↵ | Jeremy Kemper | 2008-06-18 | 1 | -3/+3 | |
| | | | | a different user. | |||||
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -1/+1 | |
| | ||||||
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 | |
| | ||||||
* | Ensure postgresql tests work when starting from scratch. | Frederick Cheung | 2008-04-30 | 1 | -2/+0 | |
| | ||||||
* | Use the rails user when creating and dropping the database rather than ↵ | Steven Soroka | 2008-04-21 | 1 | -6/+6 | |
| | | | | | | falling back to the currently logged in user who may or may not have CREATE / DROP privileges and no password. Closes #11564 (trac) | |||||
* | sshpublisher needs to be explicitly required now, apparently | David Heinemeier Hansson | 2008-03-18 | 1 | -0/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Sort test cases to make test runs deterministic | Michael Koziarski | 2008-02-20 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8909 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Cleanup whitespace and remove keys instead of providing nil | Michael Koziarski | 2008-02-20 | 1 | -2/+2 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8907 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Remove reference to 'postgres' user in the connection and Rakefiles. Allows ↵ | Michael Koziarski | 2008-02-20 | 1 | -6/+6 | |
| | | | | | | postgres permissions to fallback to host / ident based auth. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8906 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -11/+11 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8681 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Remove toplevel rubyforgepublisher require for new Rake | Jeremy Kemper | 2008-01-03 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8539 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | RubyGems 0.9.5 compat: always set the gem platform | Jeremy Kemper | 2007-12-19 | 1 | -0/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8419 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Make ready for 2.0.1 | David Heinemeier Hansson | 2007-12-07 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Preparing for release shortly | David Heinemeier Hansson | 2007-12-06 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Prep for RC2 | David Heinemeier Hansson | 2007-11-29 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8233 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Prepare versions for RC1 | David Heinemeier Hansson | 2007-11-09 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8121 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, ↵ | Michael Koziarski | 2007-10-19 | 1 | -2/+0 | |
| | | | | | | lawrence] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7972 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Moving SQL Server tests to the extracted adapter. References #9884. | Jeremy Kemper | 2007-10-16 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7930 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |