Skip to content

Commit

Permalink
use pulse gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Oct 3, 2008
1 parent b37be0e commit f33272f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
10 changes: 0 additions & 10 deletions rails/app/controllers/pulse_controller.rb

This file was deleted.

1 change: 1 addition & 0 deletions rails/config/environment.rb
Expand Up @@ -25,6 +25,7 @@
# config.gem "bj"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "aws-s3", :lib => "aws/s3"
config.gem 'jnewland-pulse', :lib => 'pulse', :source => 'http://gems.github.com'

# Only load the plugins named here, in the order given. By default, all plugins
# in vendor/plugins are loaded in alphabetical order.
Expand Down
2 changes: 2 additions & 0 deletions rails/config/routes.rb
@@ -1,4 +1,6 @@
ActionController::Routing::Routes.draw do |map|
map.pulse 'pulse'

map.resources :posts

# The priority is based upon order of creation: first created -> highest priority.
Expand Down
8 changes: 0 additions & 8 deletions rails/test/functional/pulse_controller_test.rb

This file was deleted.

0 comments on commit f33272f

Please sign in to comment.