fesplugas-typus 0.9.1 → 0.9.2
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.rdoc +7 -4
- data/VERSION +1 -1
- data/typus.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -28,13 +28,16 @@ Step 3. Go to the admin area and enjoy it!
|
|
|
28
28
|
|
|
29
29
|
== Installing
|
|
30
30
|
|
|
31
|
-
Install from GitHub the latest version which it's compatible with
|
|
32
|
-
Rails 2.3.2.
|
|
31
|
+
*Plugin:* Install from GitHub the latest version which it's compatible with Rails 2.3.2.
|
|
33
32
|
|
|
34
33
|
$ script/plugin install git://github.com/fesplugas/typus.git
|
|
35
34
|
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
*Gem:* Add *Typus* to your `config/environment.rb`.
|
|
36
|
+
|
|
37
|
+
config.gem 'fesplugas-typus', :lib => 'typus', :source => 'http://gems.github.com'
|
|
38
|
+
|
|
39
|
+
Once *Typus* is installed, run the generator to create required files and migrate your
|
|
40
|
+
database. (<tt>typus_users</tt> table is created)
|
|
38
41
|
|
|
39
42
|
$ script/generate typus
|
|
40
43
|
$ rake db:migrate
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.2
|
data/typus.gemspec
CHANGED