Commit Graph

13 Commits

Author SHA1 Message Date
Akira Matsuda 74736637c8 from jeweler to bundler
because combination of gemspec method and jeweler task caused circular dependency in the generated metadata
2011-04-21 01:23:34 +09:00
Akira Matsuda cbd7fd3578 use gemspec method in Gemfile
this doesn't actually work nicely with Jeweler, but will resolve some dependency problems
2011-04-19 19:15:55 +09:00
Ben Woosley 92dbf6ff26 Use database cleaner in specs so we don't have to worry about test pollution ourselves 2011-04-19 19:01:23 +09:00
Akira Matsuda d5d91381b0 unbundle ruby-debug 2011-02-21 05:24:12 +09:00
hasimo 12bcf906f5 use mri_18 and mri_19 in Gemfile 2011-02-20 10:30:51 +09:00
Akira Matsuda 2659e0b59b Revert "Simplify Gemfile and allow development in Ruby 1.9"
This partly reverts commit 3d7f07585f.

Conflicts:
	Gemfile.lock

Reason:
  rake gemspec doesn't work well with this Gemfile and gemspec file
2011-02-20 06:50:24 +09:00
Leonard Chin 3d7f07585f Simplify Gemfile and allow development in Ruby 1.9
* Reference gemspec from Gemfile
 * Use ruby-debug19 if Ruby is 1.9
2011-02-19 16:45:58 +09:00
Junya Ogura 728acc53e7 add support for mongoid (adhocery) 2011-02-16 15:23:41 +09:00
Akira Matsuda 66217e5777 bundle steak and capybara 2011-02-08 11:19:05 +09:00
Akira Matsuda c09b47601c rspec 2.5 works well 2011-02-07 16:48:47 +09:00
Akira Matsuda 5b87a4b18f works on AR 3.0 now!
On AR 3.0, @inheritable_attributes is still nil when "inherited" in some reason.
So, this is a workaround that copies the values from the parent class.
2011-02-05 23:46:23 +09:00
Akira Matsuda 30cbc38d4e bundle 2011-02-05 23:45:49 +09:00
Akira Matsuda 4db3397b4d Initial commit to kaminari. 2011-02-05 22:32:10 +09:00