public
Description: Tired of repeating the same basic steps every time you start a Rails project? This is the start of a basic rails app with my usual plugins, css frameworks, etc installed.
Clone URL: git://github.com/mlarocque/rails-template.git
added exception notification plugin
mlarocque (author)
Tue Mar 04 17:40:03 -0800 2008
commit  cd3bb3df1a09b04db98481ef8b0aa1a316c708df
tree    998fc26e9147a9ed52f1cf19a6ada30112ce6af2
parent  44714951b2d6114c4d5203b1b04a5d713334f5d3
0
...
8
9
10
 
11
12
13
14
15
16
17
 
 
 
 
 
 
 
 
 
...
8
9
10
11
12
13
14
15
16
 
17
18
19
20
21
22
23
24
25
26
0
@@ -8,10 +8,19 @@ Component Version Notes
0
 --------- ------- -----
0
 Rails 2.0.2 frozen in vendor
0
 
0
+exception_notification http://svn.rubyonrails.org/rails/plugins/exception_notification/
0
 query_reviewer http://code.google.com/p/query-reviewer/
0
 RSpec 1.1.3 http://rspec.info
0
 textmate_footnotes http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle/Support/plugins/footnotes-edge
0
 will_paginate http://github.com/mislav/will_paginate/tree/master
0
 xss_terminate http://code.google.com/p/xssterminate/
0
-
0
 blueprintcss 0.7.1 http://code.google.com/p/blueprintcss/
0
+
0
+
0
+Installation:
0
+-------------
0
+
0
+1. git clone git@github.com:mlarocque/rails-template.git
0
+2. Edit the database.yml file as appropriate
0
+3. rake db:migrate
0
+4. Profit (?)

Comments

    No one has commented yet.