Skip to content

Commit

Permalink
Use patched routing-filter so we can re-enable rails-dev-tweaks gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Sep 29, 2011
1 parent 3aa062b commit e6276e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ gemspec
gem "rails", "= 3.1.1.rc1"

group :development do
# gem 'rails-dev-tweaks', '~> 0.5.0'
gem 'rails-dev-tweaks', '~> 0.5.0'
end
# see https://github.com/wavii/rails-dev-tweaks/issues/3
gem 'routing-filter', :git => "https://github.com/nevir/routing-filter"

group :development, :test do
gem 'refinerycms-testing', '~> 2.0.0', :require => false
Expand Down
13 changes: 11 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ GIT
refinerycms-core (~> 2.0.0)
routing-filter (>= 0.2.3)

GIT
remote: https://github.com/nevir/routing-filter
revision: 1049885b01f5cfb09cee8ec7aad66abedaeb6847
specs:
routing-filter (0.2.4)
actionpack

PATH
remote: .
specs:
Expand Down Expand Up @@ -204,6 +211,8 @@ GEM
activesupport (= 3.1.1.rc1)
bundler (~> 1.0)
railties (= 3.1.1.rc1)
rails-dev-tweaks (0.5.0)
rails (~> 3.1.0)
railties (3.1.1.rc1)
actionpack (= 3.1.1.rc1)
activesupport (= 3.1.1.rc1)
Expand All @@ -215,8 +224,6 @@ GEM
rb-fsevent (0.4.3.1)
rcov (0.9.10)
rdoc (3.9.4)
routing-filter (0.2.4)
actionpack
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand Down Expand Up @@ -285,13 +292,15 @@ DEPENDENCIES
jquery-rails
mysql2
rails (= 3.1.1.rc1)
rails-dev-tweaks (~> 0.5.0)
rb-fchange (~> 0.0.5)
rb-fsevent (>= 0.3.9)
rb-notifu (~> 0.0.4)
rcov
refinerycms!
refinerycms-i18n (~> 2.0.0)!
refinerycms-testing (~> 2.0.0)
routing-filter!
sass-rails (~> 3.1.0)
simplecov
spork (= 0.9.0.rc9)
Expand Down

0 comments on commit e6276e5

Please sign in to comment.