Commit Graph

9 Commits

Author SHA1 Message Date
Jon Atack c06fb77947 Comment out this test for now. TODO: examine this. 2015-07-26 23:49:42 +02:00
jonatack 15b0dd1c6a Stop testing Rails 3.0 with Ruby 2.2.
This will slim down the now-extensive travis
suite matrix and speed it up.

The next tests to trim out will be Rails 3.1
with Ruby 2.2.
2015-01-08 11:01:09 +01:00
jonatack b2821db8e5 Try to improve Rails 3.x tests working with Ruby 2.2
Not sure it’s worth it but giving it a shot, at least for Rails 3.2.
2015-01-08 00:17:33 +01:00
irmiller22 9cd869431c updated rspec gemspec version to 2.14.0, changed old should syntax to newer expect syntax 2014-05-15 14:29:46 -04:00
Jon Atack 443be0a29b Remove unneeded AR version checking from tests
and clean up
2014-04-27 10:58:09 +02:00
Washington Luiz b4973315e9 Merge branch 'master' into bring-rails-3
Conflicts:
	.travis.yml
	Gemfile
	README.md
	lib/ransack/adapters/active_record/3.0/context.rb
	lib/ransack/adapters/active_record/3.1/context.rb
	lib/ransack/adapters/active_record/3.2/context.rb
	lib/ransack/adapters/active_record/base.rb
	lib/ransack/adapters/active_record/context.rb
	lib/ransack/constants.rb
	lib/ransack/context.rb
	lib/ransack/helpers/form_builder.rb
	lib/ransack/helpers/form_helper.rb
	lib/ransack/nodes/attribute.rb
	lib/ransack/nodes/condition.rb
	lib/ransack/nodes/grouping.rb
	lib/ransack/nodes/sort.rb
	lib/ransack/predicate.rb
	lib/ransack/translate.rb
	ransack.gemspec
	spec/blueprints/people.rb
	spec/ransack/adapters/active_record/base_spec.rb
	spec/ransack/adapters/active_record/context_spec.rb
	spec/ransack/configuration_spec.rb
	spec/ransack/dependencies_spec.rb
	spec/ransack/helpers/form_builder_spec.rb
	spec/ransack/helpers/form_helper_spec.rb
	spec/ransack/predicate_spec.rb
	spec/ransack/search_spec.rb
	spec/ransack/translate_spec.rb
	spec/support/schema.rb
2014-04-10 00:28:29 -03:00
jonatack fa5b400b55 Get tests passing for now 2014-01-01 02:47:29 +01:00
jonatack 575003e23f Explicitly define and require dependencies 2013-12-15 19:41:13 +01:00
Tyler Hunt b1a8e020b0 Explicitly define and require dependencies. 2013-12-10 09:00:44 -05:00