aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* gitmodules are not needed anymore, AR is on Gemfile for testing purposes ↵Santiago Pastorino2010-07-211-2/+0
| | | | only and AS is on gemspec
* add active support to the load pathAaron Patterson2010-07-201-1/+2
|
* Cleanup the spec helper and spec rake task a bitCarl Lerche2010-03-231-6/+9
|
* Rake is a better build tool than Thor. Move the gem building and releasing ↵Carl Lerche2010-03-231-0/+41
| | | | tasks to the Rakefile.
* Move all spec support files into spec/supportCarl Lerche2010-03-111-2/+2
|
* changes for Oracle support - OracleCompiler and corresponding tests with ↵Raimonds Simanovskis2010-03-011-2/+2
| | | | Oracle syntax
* Rake check_dependencies is dead. Don't try to run itBryan Helmkamp2009-11-091-1/+1
|
* Dropping Jeweler in favor of some simple Thor tasks (for Gemcutter)Bryan Helmkamp2009-10-271-31/+0
|
* Adding spec.optsBryan Helmkamp2009-10-011-0/+1
|
* Turn on Ruby warnings when running specsBryan Helmkamp2009-09-201-0/+1
|
* Add description to RakefileBryan Helmkamp2009-09-201-1/+7
|
* Declare dependencies on ActiveRecord and ActiveSupport in RakefileBryan Helmkamp2009-09-201-0/+3
|
* Gracefully handle case where RSpec is not installed in RakefileBryan Helmkamp2009-09-201-31/+40
|
* Remove unnecessary code from RakefileBryan Helmkamp2009-09-201-3/+0
|
* Merge remote branch 'miloops/master' into miloopsBryan Helmkamp2009-09-201-0/+2
|\ | | | | | | | | | | | | Conflicts: spec/connections/mysql_connection.rb spec/connections/postgresql_connection.rb spec/connections/sqlite3_connection.rb
| * Use load path rather than relative path for spec_helper requires. Also fixes ↵Jeremy Kemper2009-09-141-0/+1
| | | | | | | | specs on Ruby 1.9 since . is no longer in the load path.
| * Submodule rails master rather than rely on gemsJeremy Kemper2009-09-141-0/+1
| |
* | Adding jeweler for gem managementBryan Helmkamp2009-08-061-6/+26
|/
* Added PostgreSQL to buildBryan Helmkamp2009-05-171-2/+2
|
* Improve coverage outputBryan Helmkamp2009-05-171-1/+5
|
* Add rake whitespaceBryan Helmkamp2009-05-171-1/+6
|
* Adding spec:mysql and spec:sqlite3 tasksBryan Helmkamp2009-05-171-4/+20
|
* moved bind to factory of selectNick Kallen2008-04-111-1/+0
|
* Add rake task for coverageBryan Helmkamp2008-01-141-0/+6
|
* initial importNick Kallen2007-12-301-0/+10