Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Revert [7894] and apply to adapter instead. References #9588. | Jeremy Kemper | 2007-10-15 | 1 | -31/+0 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7912 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Add build/drop/rebuild tasks for SQL Server. Closes #9588 [lawrence] | Jeremy Kemper | 2007-10-15 | 1 | -2/+33 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7894 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Add explicit test task | Jeremy Kemper | 2007-10-15 | 1 | -3/+4 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7889 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Update versions here too | David Heinemeier Hansson | 2007-10-12 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7843 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Namespace the internal Rakefile tasks. Closes #8850 [drnic] | Jeremy Kemper | 2007-10-08 | 1 | -63/+87 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7795 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Bump versions for 1.2.4 release. | Jeremy Kemper | 2007-10-05 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7744 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Import the right database for testing (closes #9589) [lawrence] | David Heinemeier Hansson | 2007-09-22 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7536 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |