First step for upgrading to rails 3.
Check rake rails:upgrade:check for next steps.
This commit is contained in:
parent
a689bdd5f5
commit
4eba5fbc9c
45 changed files with 6139 additions and 2212 deletions
6
Gemfile
6
Gemfile
|
|
@ -1,14 +1,14 @@
|
|||
# A sample Gemfile
|
||||
source "http://rubygems.org"
|
||||
|
||||
gem "rails", '2.3.11'
|
||||
gem "rails", '3.0.7'
|
||||
|
||||
gem 'mysql'
|
||||
gem "fastercsv"
|
||||
gem "prawn", '<=0.6.3'
|
||||
gem 'haml', '>=2.0.6'
|
||||
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
|
||||
gem 'sqlite3-ruby'
|
||||
#gem 'routing-filter', '0.0.1', :require => 'routing_filter'
|
||||
#gem 'sqlite3-ruby'
|
||||
|
||||
group :development do
|
||||
gem 'annotate'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue