1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
Commit graph

33 commits

Author SHA1 Message Date
dB
c806c64717 Added support for Mongoid5. 2015-10-05 08:11:05 -04:00
Yuki Nishijima
61e387251b Remove mongoid_24 from rake spec:all 2015-06-14 05:42:13 -07:00
Yuki Nishijima
836b64ee54 Drop support for Sinatra 1.3, only support Sinatra 1.4.x
This reverts commit 1957dc7bc4
2014-12-15 18:29:10 -08:00
Yuki Nishijima
1957dc7bc4 Revert "Drop support for Sinatra 1.3, only support Sinatra 1.4.x"
This reverts commit 08013cb843. It's too
early to drop it.

Conflicts:
	Rakefile
2014-11-30 11:04:41 -08:00
Yuki Nishijima
eac1308cd2 Remove old rake tasks 2014-11-22 18:49:44 -08:00
Zachary Scott
08013cb843 Drop support for Sinatra 1.3, only support Sinatra 1.4.x 2014-11-22 18:28:42 -08:00
Yuki Nishijima
04e9bb2ea8 Drop ActiveRecord 3.0/3.1 support
But 0.16.x will still have support for them.
2014-11-22 12:57:40 -08:00
Yuki Nishijima
699ddc934b Drop DataMapper support
it looks like DataMapper 1.2 is no longer maintained:

  * https://groups.google.com/forum/#!topic/datamapper/iTqd6IGxXpA
  * https://groups.google.com/forum/#!msg/datamapper/UCHC5TF6I0M/HamsbyNxuVAJ

0.16.x will still have support for it, but not in 1.0.0.
2014-11-22 12:57:08 -08:00
Yuki Nishijima
550ae7474d Be a bit more DRY in Rakefile 2014-11-22 11:55:00 -08:00
Zachary Scott
58621b3190 Add 4.2.0.beta1 to tested Rails versions [ci skip]
Skip tests for now, we can run them on next change.
2014-08-25 23:13:26 -07:00
Yuki Nishijima
279c2259f3 rake spec:all should run spec:mongoid_40 as well 2014-03-08 22:58:55 -08:00
Zachary Scott
a73eacfcf6 Support testing activerecord 4.1 from git.
This could be changed once Rails 4.1 is released to use rubygems, but it
might also be interesting to test against the stable branch for
regressions.
2014-02-24 02:31:01 -08:00
Peter M. Goldstein
752e25854a Add Rubinius gems to Gemfiles. Update Rakefile to handle Rubinius/Rails 4 case where RDocTask is not available. 2013-12-15 09:07:46 -08:00
Zachary Scott
6fff421710 test against mongoid ~> 3.1.0 with rails ~> 4.0.0 2013-11-04 20:37:51 -05:00
Zachary Scott
3f08b7dae5 Test against sinatra 1.4, move sinatra -> sinatra_13 2013-08-07 15:05:58 -04:00
Zachary Scott
c3890d4ca8 Test against Rails edge 2013-08-07 14:51:50 -04:00
Zachary Scott
0be8b7806b add active_record_40 to Rakefile :spec task 2013-08-07 14:44:12 -04:00
Akira Matsuda
90c3f6eda6 support Mongoid 3.0 2012-09-03 02:45:48 +09:00
Paulo Henrique Lopes Ribeiro
ae6ac90e33 Added Desc on Rake Tasks 2012-06-08 14:33:21 -03:00
Akira Matsuda
b04e30d136 support AR 3.0 2012-06-02 23:50:55 +09:00
Akira Matsuda
72339b3178 support AR 3.1 2012-06-02 23:47:35 +09:00
Akira Matsuda
c60d52c656 mongoid => mongoid_24 2012-05-29 22:16:26 +09:00
Akira Matsuda
94dbed032a a rake task "spec:sinatra" 2012-05-23 12:54:54 +09:00
Akira Matsuda
cc5a5a8526 decouple AR, DM, mongoid, and mongo_mapper gems from development_dependency into independent Gemfiles so we can test each of them separately 2012-05-23 12:38:30 +09:00
Akira Matsuda
d6b0deb6c7 "WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task' (in RDoc 2.4.2+)' instead." 2012-05-23 12:33:56 +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
Akira Matsuda
1de6798b05 documentation 2011-02-23 23:09:32 +09:00
Akira Matsuda
9b0c4c6301 cosme 2011-02-21 04:05:52 +09:00
Leonard Chin
f8030f5631 Some light editing of the documentation.
Small tweaks for readability and typo fixes.
2011-02-19 21:30:49 +09:00
Joe Alba
97c4617af7 Added Gem Testers support 2011-02-15 15:18:37 -05:00
Akira Matsuda
30fe7a232f documentation 2011-02-06 16:58:07 +09:00
Akira Matsuda
4db3397b4d Initial commit to kaminari. 2011-02-05 22:32:10 +09:00