Skip to content

Commit

Permalink
update rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
taf2 committed Oct 23, 2010
1 parent ca6a571 commit e09b0c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
28 changes: 2 additions & 26 deletions Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.0.0'
gem 'rails', '3.0.1'
gem 'sinatra'

# async wrappers
Expand All @@ -19,28 +19,4 @@ gem 'em-mysqlplus', :git => 'git://github.com/igrigorik/em-mysqlplus.git', :r
gem 'em-http-request',:git => 'git://github.com/igrigorik/em-http-request.git', :require => 'em-http'
gem 'addressable', :require => 'addressable/uri'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

# gem 'sqlite3-ruby', :require => 'sqlite3'

# Use unicorn as the web server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug'

# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri', '1.4.1'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'

# Bundle gems for certain environments:
# gem 'rspec', :group => :test
# group :test do
# gem 'webrat'
# end
gem 'thin'
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,4 +4,4 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'

Rails::Application.load_tasks
AsyncRails3::Application.load_tasks
1 change: 1 addition & 0 deletions config/application.rb
Expand Up @@ -39,6 +39,7 @@ class Application < Rails::Application

# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"
config.active_support.deprecation = :log

# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password]
Expand Down

0 comments on commit e09b0c8

Please sign in to comment.