public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
Merge branch 'bugfixing' into use-viking-plugin
francois (author)
Mon Mar 10 20:37:45 -0700 2008
commit  92642995a675aa4f380eecd8fe10767cdbec08d8
tree    3da517b44b3adf457b79a302d2a2c12915386681
parent  5528126ec61fdffc7cb5e6f20769f98876d002f1 parent  a1407eb22655e040d394c2b34b203d190891eda7
...
1
 
2
3
4
...
37
38
39
40
41
 
...
 
1
2
3
4
...
37
38
39
 
40
41
0
@@ -1,4 +1,4 @@
0
-# this is for standard library loading and configurationg. All the hardcore monkey patching is in the mephisto plugin.
0
+# this is for standard library loading and configuration. All the hardcore monkey patching is in the mephisto plugin.
0
 require 'tzinfo'
0
 require 'zip/zipfilesystem'
0
 require 'action_controller/dispatcher'
0
@@ -37,4 +37,4 @@ Inflector.inflections do |inflect|
0
 end
0
 
0
 Dependencies.autoloaded_constants.delete "Mephisto"
0
-Dependencies.autoloaded_constants.delete "Mephisto::Plugin"
0
\ No newline at end of file
0
+Dependencies.autoloaded_constants.delete "Mephisto::Plugin"

Comments

    No one has commented yet.