flexi_generators 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +5 -25
- data/VERSION +1 -1
- data/flexi_generators.gemspec +1 -1
- data/template.rb +2 -3
- metadata +3 -3
data/README.textile
CHANGED
|
@@ -11,24 +11,12 @@ h2. Instalation
|
|
|
11
11
|
|
|
12
12
|
Rail2
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
gem.config "flexi_generators", :version => '0.1.0'
|
|
16
|
-
</pre>
|
|
17
|
-
|
|
18
|
-
h2. Quickstart Rails 2
|
|
14
|
+
For more details about configuration in Rails 2 look "here":http://github.com/leandroo/flexi_generators/tree/v0.1.0
|
|
19
15
|
|
|
20
|
-
These 4 simple steps are the essentials to get you smoothly up and running…
|
|
21
|
-
|
|
22
|
-
1. Create your app and configure all dependencies
|
|
23
|
-
@rails appname -m http://github.com/leandroo/flexi_generators/raw/v0.1.0/flexi_template.rb@
|
|
24
|
-
2. Run @rake gems:install@ and @rake db:migrate@ to create your database and installs all required gems
|
|
25
|
-
3. Start your server with @ruby script/server@
|
|
26
|
-
4. Open up "http://localhost:3000":http://localhost:3000
|
|
27
|
-
|
|
28
16
|
Rails3
|
|
29
17
|
|
|
30
18
|
<pre>
|
|
31
|
-
gem "flexi_generators", '
|
|
19
|
+
gem "flexi_generators", '0.2.1'
|
|
32
20
|
</pre>
|
|
33
21
|
|
|
34
22
|
h2. Included Generators
|
|
@@ -42,7 +30,7 @@ h2. Quickstart Rails 3
|
|
|
42
30
|
These 4 simple steps are the essentials to get you smoothly up and running…
|
|
43
31
|
|
|
44
32
|
1. Create your app and configure all dependencies
|
|
45
|
-
@rails new appname -m http://github.com/leandroo/flexi_generators/raw/v0.2.
|
|
33
|
+
@rails new appname -m http://github.com/leandroo/flexi_generators/raw/v0.2.1/template.rb@
|
|
46
34
|
2. Run @bundle install@, @rake db:migrate@ and @rake db:seed@ to installs all required gems and create your database
|
|
47
35
|
3. Start your server with @rails server@
|
|
48
36
|
4. Open up "http://localhost:3000":http://localhost:3000
|
|
@@ -59,19 +47,11 @@ rails g flexi_scaffold Post title:string body:text
|
|
|
59
47
|
|
|
60
48
|
h2. Screenshots
|
|
61
49
|
|
|
62
|
-
!http://
|
|
63
|
-
|
|
64
|
-
!http://img441.imageshack.us/img441/5562/autenticacao.png(Login layout)!
|
|
65
|
-
|
|
66
|
-
!http://img337.imageshack.us/img337/5549/adminkf.png(Admin layout)!
|
|
67
|
-
|
|
68
|
-
!http://img155.imageshack.us/img155/6107/newb.png(Scaffold New)!
|
|
69
|
-
|
|
70
|
-
!http://img219.imageshack.us/img219/2945/listc.png(Scaffold List)!
|
|
50
|
+
!http://img697.imageshack.us/img697/1245/flexigenerators.jpg(Flexi)!
|
|
71
51
|
|
|
72
52
|
h2. TODO
|
|
73
53
|
|
|
74
|
-
*
|
|
54
|
+
* i18n
|
|
75
55
|
* Tests, tests, tests
|
|
76
56
|
|
|
77
57
|
h2. Autor
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/flexi_generators.gemspec
CHANGED
data/template.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flexi_generators
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Leandro de Oliveira
|