Skip to content

Commit

Permalink
now we can load the homepage!
Browse files Browse the repository at this point in the history
  • Loading branch information
jrom committed Dec 14, 2010
1 parent d61774c commit 8a55935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -28,16 +28,15 @@ gem 'choices'
gem 'nokogiri'

group :plugins do
gem 'sprockets-rails', '~> 0.0.1'
gem 'thinking-sphinx', '~> 1.3.15', :require => nil
gem 'will_paginate', '~> 2.3.14'
# gem 'acts_as_paranoid', '~> 0.3.1' # => too old!
gem 'cancan', '~> 1.2.0'
end

gem 'sprockets-rails', '~> 0.0.1'
gem 'vestal_versions', '~> 1.0.2'
gem 'paperclip', '~> 2.3.6'
gem 'teambox-permalink_fu', :require => 'permalink_fu'
gem 'cancan', '~> 1.2.0'

group :development do
gem 'sqlite3-ruby', '~> 1.2.5', :require => nil
Expand Down
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -142,6 +142,7 @@
end

match '/public' => 'public/projects#index', :as => :public_projects
root :to => 'projects#index'

namespace :public do
match ':id' => 'projects#show', :as => :project
Expand Down

0 comments on commit 8a55935

Please sign in to comment.