public
Description: My blog engine
Homepage: http://nex-3.com
Clone URL: git://github.com/nex3/nex3-s-blog-engine.git
Get rid of a now-unnecessary modification to config/environment.rb.
nex3 (author)
Mon Apr 28 23:10:41 -0700 2008
commit  34ec495b2a47c2da8ec3f74237d50d7d6775be8d
tree    9db2b48dd559f3f712f0cf01e524a6d342687534
parent  c41b6ee0d820e1ed779605368790f3ba753ca5d8
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
...
8
9
10
 
 
 
 
 
 
 
 
 
 
11
12
13
0
@@ -8,16 +8,6 @@ require File.join(File.dirname(__FILE__), 'boot')
0
 
0
 Rails::Initializer.run { |config| config.action_controller.session_store = :active_record_store }
0
 
0
-# Adding this so it doesn't break on my remote host.
0
-# I have no idea why it's necessary.
0
-class ActionController::AbstractRequest
0
- alias_method :old_method, :method
0
- def method
0
- @env['REQUEST_METHOD'] ||= 'get'
0
- old_method
0
- end
0
-end
0
-
0
 module Nex3
0
   conf_loc = File.join(RAILS_ROOT, "config", "nex3.yml")
0
   unless File.exists?(conf_loc)

Comments

    No one has commented yet.