1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

26 commits

Author SHA1 Message Date
Aaron Patterson
d12580a7ee spec:v1:sqlite3 works for running our specs 2010-08-16 14:42:20 -07:00
Santiago Pastorino
8bc47e3fd4 gitmodules are not needed anymore, AR is on Gemfile for testing purposes only and AS is on gemspec 2010-07-21 06:09:57 +08:00
Aaron Patterson
2edbb4b96f add active support to the load path 2010-07-20 09:14:00 -07:00
Carl Lerche
09765829d3 Cleanup the spec helper and spec rake task a bit 2010-03-23 12:05:35 -07:00
Carl Lerche
195cc14022 Rake is a better build tool than Thor. Move the gem building and releasing tasks to the Rakefile. 2010-03-23 11:23:21 -07:00
Carl Lerche
8db90ba95d Move all spec support files into spec/support 2010-03-11 17:10:40 -08:00
Raimonds Simanovskis
20a10e5302 changes for Oracle support - OracleCompiler and corresponding tests with Oracle syntax 2010-03-01 12:02:10 +02:00
Bryan Helmkamp
34e35c7cbc Rake check_dependencies is dead. Don't try to run it 2009-11-09 19:38:44 -05:00
Bryan Helmkamp
efc167dc07 Dropping Jeweler in favor of some simple Thor tasks (for Gemcutter) 2009-10-27 20:17:21 -04:00
Bryan Helmkamp
0da3bbe9a4 Adding spec.opts 2009-10-01 00:13:56 -04:00
Bryan Helmkamp
6690e3c007 Turn on Ruby warnings when running specs 2009-09-20 12:19:02 -04:00
Bryan Helmkamp
41ddc9d013 Add description to Rakefile 2009-09-20 12:18:31 -04:00
Bryan Helmkamp
7e3fe3114b Declare dependencies on ActiveRecord and ActiveSupport in Rakefile 2009-09-20 12:15:58 -04:00
Bryan Helmkamp
dbb2dcf42f Gracefully handle case where RSpec is not installed in Rakefile 2009-09-20 12:12:55 -04:00
Bryan Helmkamp
55ab59efdc Remove unnecessary code from Rakefile 2009-09-20 12:10:16 -04:00
Bryan Helmkamp
58920bc508 Merge remote branch 'miloops/master' into miloops
Conflicts:
	spec/connections/mysql_connection.rb
	spec/connections/postgresql_connection.rb
	spec/connections/sqlite3_connection.rb
2009-09-20 12:00:39 -04:00
Jeremy Kemper
7a7ee72ec1 Use load path rather than relative path for spec_helper requires. Also fixes specs on Ruby 1.9 since . is no longer in the load path. 2009-09-14 03:21:24 -07:00
Jeremy Kemper
bad67f8a4a Submodule rails master rather than rely on gems 2009-09-14 03:14:53 -07:00
Bryan Helmkamp
53054c0032 Adding jeweler for gem management 2009-08-06 18:22:10 -04:00
Bryan Helmkamp
d2988420fc Added PostgreSQL to build 2009-05-17 17:53:40 -04:00
Bryan Helmkamp
19b2af1810 Improve coverage output 2009-05-17 16:20:25 -04:00
Bryan Helmkamp
2753d8f576 Add rake whitespace 2009-05-17 14:59:06 -04:00
Bryan Helmkamp
49d119ae84 Adding spec:mysql and spec:sqlite3 tasks 2009-05-17 13:17:07 -04:00
Nick Kallen
42c42bfa50 moved bind to factory of select 2008-04-11 13:47:06 -07:00
Bryan Helmkamp
124b104ae8 Add rake task for coverage 2008-01-14 11:09:46 -05:00
Nick Kallen
960bbcb3ce initial import 2007-12-30 11:35:44 -08:00