public this repo is viewable by everyone
Clone URL: git://github.com/robbyrussell/rubyurl.git
Let's properly gitignore some stuff
rmm5t (author)
2 months ago
commit  3965c375e8e395640e8a382096821f83355e4961
tree    875c385d5c1f37c9d12050f3ac26077f6bfe7bf4
parent  bd7d666edaa48b47f16b9ea824c9e0bb02f3b31e
...
 
 
 
 
 
 
...
1
2
3
4
5
6
0
@@ -0,0 +1,6 @@
0
+log/*.log
0
+tmp/**/*
0
+.DS_Store
0
+doc/api
0
+doc/app
0
+config/database.yml
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ Rails::Initializer.run do |config|
0
   # Settings in config/environments/* take precedence over those specified here
0
   
0
   # Skip frameworks you're not going to use (only works if using vendor/rails)
0
- # config.frameworks -= [ :action_web_service, :action_mailer ]
0
+ config.frameworks -= [ :action_web_service, :action_mailer ]
0
 
0
   # Only load the plugins named here, by default all plugins in vendor/plugins are loaded
0
   # config.plugins = %W( exception_notification ssl_requirement )

Comments

    No one has commented yet.