Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stefankroes/ancestry
Browse files Browse the repository at this point in the history
  • Loading branch information
brocktimus committed Oct 16, 2014
2 parents 30cf3d9 + da7420f commit 4a62f13
Show file tree
Hide file tree
Showing 29 changed files with 14 additions and 114 deletions.
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -75,6 +69,5 @@ DEPENDENCIES
ancestry!
appraisal (= 1.0.0.beta1)
coveralls
debugger
pg
rdoc
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ In the example above, the ancestry column is created as a string. This puts a li

The materialised path pattern requires Ancestry to use a 'like' condition in order to fetch descendants. This should not be particularly slow however since the the condition never starts with a wildcard which allows the DBMS to use the column index. If you have any data on performance with a large number of records, please drop me line.

= Contributing and licence
= Contributing and license

I will try to keep Ancestry up to date with changing versions of Rails and Ruby and also with any bug reports I might receive. I will implement new features on request as I see fit and have time.

Expand Down
1 change: 0 additions & 1 deletion gemfiles/mysql_ar_30.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.0.20"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/mysql_ar_30.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.5.0)
json (1.8.1)
Expand Down Expand Up @@ -59,6 +53,5 @@ DEPENDENCIES
activerecord (= 3.0.20)
appraisal (= 1.0.0.beta1)
coveralls
debugger
mysql
rdoc
1 change: 0 additions & 1 deletion gemfiles/mysql_ar_31.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.1.12"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/mysql_ar_31.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -60,6 +54,5 @@ DEPENDENCIES
activerecord (= 3.1.12)
appraisal (= 1.0.0.beta1)
coveralls
debugger
mysql
rdoc
1 change: 0 additions & 1 deletion gemfiles/mysql_ar_32.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.2.14"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/mysql_ar_32.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -60,6 +54,5 @@ DEPENDENCIES
activerecord (= 3.2.14)
appraisal (= 1.0.0.beta1)
coveralls
debugger
mysql
rdoc
1 change: 0 additions & 1 deletion gemfiles/mysql_ar_40.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "4.0.1"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/mysql_ar_40.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -68,6 +62,5 @@ DEPENDENCIES
activerecord (= 4.0.1)
appraisal (= 1.0.0.beta1)
coveralls
debugger
mysql
rdoc
1 change: 0 additions & 1 deletion gemfiles/pg_ar_30.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.0.20"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/pg_ar_30.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.5.0)
json (1.8.1)
Expand Down Expand Up @@ -59,6 +53,5 @@ DEPENDENCIES
activerecord (= 3.0.20)
appraisal (= 1.0.0.beta1)
coveralls
debugger
pg
rdoc
1 change: 0 additions & 1 deletion gemfiles/pg_ar_31.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.1.12"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/pg_ar_31.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -60,6 +54,5 @@ DEPENDENCIES
activerecord (= 3.1.12)
appraisal (= 1.0.0.beta1)
coveralls
debugger
pg
rdoc
1 change: 0 additions & 1 deletion gemfiles/pg_ar_32.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.2.14"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/pg_ar_32.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -60,6 +54,5 @@ DEPENDENCIES
activerecord (= 3.2.14)
appraisal (= 1.0.0.beta1)
coveralls
debugger
pg
rdoc
1 change: 0 additions & 1 deletion gemfiles/pg_ar_40.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "4.0.1"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/pg_ar_40.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -68,6 +62,5 @@ DEPENDENCIES
activerecord (= 4.0.1)
appraisal (= 1.0.0.beta1)
coveralls
debugger
pg
rdoc
1 change: 0 additions & 1 deletion gemfiles/sqlite3_ar_30.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.0.20"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/sqlite3_ar_30.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.5.0)
json (1.8.1)
Expand Down Expand Up @@ -59,6 +53,5 @@ DEPENDENCIES
activerecord (= 3.0.20)
appraisal (= 1.0.0.beta1)
coveralls
debugger
rdoc
sqlite3
1 change: 0 additions & 1 deletion gemfiles/sqlite3_ar_31.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.1.12"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/sqlite3_ar_31.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -60,6 +54,5 @@ DEPENDENCIES
activerecord (= 3.1.12)
appraisal (= 1.0.0.beta1)
coveralls
debugger
rdoc
sqlite3
1 change: 0 additions & 1 deletion gemfiles/sqlite3_ar_32.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "3.2.14"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/sqlite3_ar_32.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -60,6 +54,5 @@ DEPENDENCIES
activerecord (= 3.2.14)
appraisal (= 1.0.0.beta1)
coveralls
debugger
rdoc
sqlite3
1 change: 0 additions & 1 deletion gemfiles/sqlite3_ar_40.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "appraisal", "1.0.0.beta1"
gem "debugger"
gem "rdoc"
gem "coveralls", :require=>false
gem "activerecord", "4.0.1"
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/sqlite3_ar_40.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ GEM
simplecov (>= 0.7)
term-ansicolor
thor
debugger (1.6.5)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.1)
docile (1.1.1)
i18n (0.6.9)
json (1.8.1)
Expand Down Expand Up @@ -68,6 +62,5 @@ DEPENDENCIES
activerecord (= 4.0.1)
appraisal (= 1.0.0.beta1)
coveralls
debugger
rdoc
sqlite3
Loading

0 comments on commit 4a62f13

Please sign in to comment.