Commit Graph

21 Commits

Author SHA1 Message Date
Akira Matsuda a9dda8d918 Actually, 1.0.9 2022-03-03 19:39:34 +09:00
Akira Matsuda c6c0c58faf test-unit-activesupport 1.1.1 introduces a Ruby <= 2.2 incompatibility
1195347f94 (diff-dd5b73f4727cbb37088c39bc398cf4d42316242e86f58dd8c645cca926943e88R95)
2022-03-03 19:35:54 +09:00
Akira Matsuda 592d86eb64 Active Support 5.2.6.2 is not ruby 2.2 compatible
and the incompatibility has been fixed via ff41a8fe93
which is not yet included in a released package
2022-03-03 18:45:18 +09:00
Akira Matsuda d8ffaa413c So that we can run the tests locally without giving a RAILS_VERSION 2022-01-24 00:43:11 +09:00
Akira Matsuda 26e3406a33 Integrate gemfiles/*.gemfile into Gemfile
and switch Rails version via envvar
2022-01-10 21:01:19 +09:00
Akira Matsuda acbcbc8beb Format 2018-11-11 13:04:43 +09:00
Akira Matsuda 086bedcab3 ❄️ 2016-10-12 10:03:37 +09:00
Akira Matsuda ef4eee1557 Bundle from more secure source 2013-02-22 18:42:26 +09:00
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