aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Rename README.markdown to README.mdVinicius Tadeu2015-12-271-1/+1
|
* Add default rake task as test.Vipul A M2015-01-011-0/+3
|
* Only include the lib folder in the gemRafael Mendonça França2014-11-251-1/+1
|
* Fix rake test taskRafael Mendonça França2014-10-311-0/+9
|
* Stop using hoe to release the gemRafael Mendonça França2014-10-301-16/+11
|
* Fix typo in @brynary's nameErik Michaels-Ober2014-04-141-1/+1
|
* Add licences to gemspecRafael Mendonça França2013-07-181-0/+1
| | | | Closes #197
* Updated 3 gems:Robert Evans2012-12-081-1/+1
| | | | | | * MiniTest from 2.2 to 4.3.3 * Hoe from 2.10 to 3.3.1 * Rdoc from 3.10 to 3.12
* generating a Gemfile, using the hoe-bundler pluginAaron Patterson2011-08-161-0/+1
|
* zenspider says we do not need these linesAaron Patterson2011-03-111-2/+0
|
* removing rubyforge pluginAaron Patterson2010-11-301-0/+1
|
* adding the git pluginAaron Patterson2010-11-171-0/+1
|
* updating the development dependenciesAaron Patterson2010-11-041-1/+2
|
* cleaning up RakefileAaron Patterson2010-10-181-5/+1
|
* Fisting arel specs -- still needs tree_manager and cleanupRyan Davis2010-10-181-1/+5
|
* hoe sets the default task for usAaron Patterson2010-09-241-3/+0
|
* updating Rakefile with development dependenciesAaron Patterson2010-09-241-1/+2
|
* adding a manifest, converting to Hoe, generating gemspecAaron Patterson2010-09-241-14/+15
|
* removing unused rake tasksAaron Patterson2010-09-241-19/+5
|
* removing tasks that hoe will provideAaron Patterson2010-09-241-54/+0
|
* use a real editorAaron Patterson2010-09-241-5/+0
|
* turning on warningsAaron Patterson2010-09-241-1/+1
|
* removing the v1 rake taskAaron Patterson2010-09-241-12/+0
|
* spec:v1:sqlite3 works for running our specsAaron Patterson2010-08-161-0/+12
|
* 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