public
Rubygem
Description: A collection of useful Rails generator scripts.
Clone URL: git://github.com/ryanb/nifty-generators.git
Search Repo:
improving the nifty_config default example YAML file
ryanb (author)
Fri May 16 08:50:10 -0700 2008
commit  9084eb684d6536a3cdaa28af67c15dae9006a3e2
tree    3ce398e2420a4d51e7f75f1941d2faaf4652ddec
parent  ffa7cb09511441d984ce1cfe6e3bf3639faa4db5
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+* improving the nifty_config default example YAML file
0
+
0
 *0.1.2* (May 16th, 2008)
0
 
0
 * mentioning nifty_layout in nifty_scaffold generator
0
...
1
2
3
 
 
 
...
1
2
3
4
5
6
0
@@ -1,4 +1,7 @@
0
 
0
 Nifty Scaffold Generator
0
   - add some validation for attributes/action names
0
+
0
+Nifty Config Generator
0
+ - make it easier to specify non environment specific configs
...
1
2
 
3
4
5
 
6
7
8
 
...
1
 
2
3
4
 
5
6
7
 
8
0
@@ -1,9 +1,9 @@
0
 development:
0
- something: "foo"
0
+ domain: localhost:3000
0
 
0
 test:
0
- something: "foo"
0
+ domain: test.host
0
 
0
 production:
0
- something: "foo"
0
+ domain: example.com

Comments

    No one has commented yet.