rails_tools 0.0.0 → 0.0.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.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,12 +27,8 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description:
|
31
|
-
|
32
|
-
and migration simply run this:\r\n\r\n > rails_tools g model user name -t=\r\n
|
33
|
-
\ < invoke active_record\r\n < create db/migrate/20150215100411_create_users.rb\r\n
|
34
|
-
\ < create app/models/user.rb\r\n < error [not found]\r\n\r\n# References
|
35
|
-
#\r\n\r\nhttp://blog.aizatto.com/2007/05/21/activerecord-without-rails/\r\nhttp://blog.aizatto.com/2007/05/27/activerecord-migrations-without-rails/\r\n"
|
30
|
+
description: Run Rails commands out of project to use ActiveRecord and Migrations
|
31
|
+
without Rails
|
36
32
|
email: promix17@yandex.ru
|
37
33
|
executables:
|
38
34
|
- rails_tools
|