Commit Graph

31 Commits

Author SHA1 Message Date
Ryan Bigg ff6f7c24b4 Bump polyamorous to 1.0.0 2014-04-12 07:50:16 +10:00
Ryan Bigg cbfc70128d Add dependency for polyamorous 2014-04-11 16:24:58 +10: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 9cfd0251b5 It's 2014 and the homepage is now activerecord-hackery 2014-01-02 10:27:52 +01:00
jonatack eaec85a532 It's 2014, and the homepage is now activerecord-hackery
[ci skip]
2014-01-02 10:24:56 +01:00
jonatack 776e0de64e Update Gemfile, gemspec and travis-ci
Tests should be passing now.
2014-01-01 02:22:10 +01:00
jonatack 575003e23f Explicitly define and require dependencies 2013-12-15 19:41:13 +01:00
Jon Atack 81e9406c6d Merge pull request #318 from tylerhunt/require-dependencies
Explicitly define and require dependencies
2013-12-14 15:42:23 -08:00
Tyler Hunt b1a8e020b0 Explicitly define and require dependencies. 2013-12-10 09:00:44 -05:00
jonatack 025e229bfe Code cleanup 2013-12-10 13:04:17 +01:00
jonatack bd07f588d4 Gemspec update mysql2 gem and simpler travis-ci
Tests all green on my machine but breaking in travis…
2013-12-07 02:24:11 +01:00
Benjamin Fleischer 9e87676d9f Add license to gemspec, is MIT
Fixes #303
Fixes #304
2013-11-15 13:29:47 +11:00
Benjamin Fleischer 2ca4e4974a Add license to gemspec, is MIT
Fixes #303
Fixes #304
2013-11-15 13:29:40 +11:00
Ryan Bigg 1279aee890 Add pry for great debugging 2013-11-06 16:32:09 +11:00
Ryan Bigg 863e7c96e9 Add pry for great debugging 2013-11-06 16:19:48 +11:00
Ryan Bigg bbb9e4b112 Add testing support for MySQL and PostgreSQL databases 2013-11-06 16:01:46 +11:00
Ryan Bigg bf2fb88284 Add testing support for MySQL and PostgreSQL databases
Conflicts:
	spec/support/schema.rb
2013-11-06 16:01:25 +11:00
jonatack 568248685b Deviate from twiddle-waka to allow use with Rails 4.1 ;) 2013-08-12 10:30:19 +02:00
jonatack 5a522b4f4a Add Rails 4 compatibility to master 2013-08-06 19:00:52 +02:00
Ryan Bigg 43fff052ca Force strict dependency on AR and AP versions of ~> 4.0.0 2013-07-11 10:39:24 +10:00
jonatack e3914b814f Merge further elements from spectator's Rails 3 comptability work, merge pull request #208 from pdf/reorder, use Rails 4 active-record distinct method which replaces uniq 2013-05-23 13:33:00 +02:00
Alexey cad65ca025 Resolve versions conflict between Squeel and Ransack 2013-05-21 14:28:24 +08:00
Andrew Vit 9b9fd09915 Fix errors and warnings with specs on rails 4.0 2013-04-08 09:10:53 +10:00
Thomas 827c5391b9 Updated gemspec to point directly at github project 2012-05-14 21:24:48 +10:00
Ernie Miller 82d2a806da Credit where credit is due. Thanks @radar! 2012-03-29 10:50:36 -04:00
Ernie Miller 8629343a64 Use AR 3.2's uniq for distinct don't strip order without sorts 2012-02-15 11:48:49 -05:00
Ernie Miller 3f9fa1c2bb Bump version, use polyamorous 2011-09-03 15:37:02 -04:00
Ernie Miller 61e455e8bc Update gem requirements and remove some useless comments. 2011-06-27 18:55:50 -04:00
Ernie Miller e5c7d8be2b DRY up predicate detection, add some starter docs 2011-06-06 21:32:03 -04:00
Ernie Miller 742c638af6 3.0 backporting work in progress 2011-04-18 11:28:19 -04:00
Ernie Miller 294015309b Initial commit. 2011-03-30 20:31:39 -04:00