【Ruby】Ruby on Rail ..
[
2ch
|
▼Menu
]
■コピペモード
□
スレを通常表示
□
オプションモード
□このスレッドのURL
■項目テキスト
80:nobodyさん 09/05/17 02:22:44 >>79 なるほど、了解。自分が知らない重大なことかと思ったよ。 81:nobodyさん 09/05/17 15:05:25 >>72 なるほどやっぱりそうなんですね。 というか、railsのソース見てて思ったんですが Rubygemsでも特定の配置にしたら、railsのgeneratorとして読み込んでくれるんですね。 利用者としてはこっちの方が簡単だ。 ちゃんと動くの確認したら、gems化の要望出しときます…。 82:nobodyさん 09/05/17 15:13:57 ところでアプリケーションテンプレート使ってる? 何となくどんなの使ってるかしりたいんで皿島元々 plugin 'restful-authentication', :git => 'git://github.com/technoweenie/restful-authentication.git' plugin 'forgot_password', :git => 'git://github.com/greenisus/forgot_password.git' plugin 'role_requirement', :git => 'git://github.com/timcharper/role_requirement.git' gem 'mislav-will_paginate', :lib => 'will_paginate', :source => 'http://gems.github.com' gem 'rubyist-aasm', :lib => 'aasm', :source => 'http://gems.github.com' gem "capistrano-ext", :lib => "capistrano" rake("gems:install") generate("authenticated", "--include-activation", "--aasm", "user", "session") rake("db:migrate") generate(:controller, 'welcome', 'index') route "map.root :controller => 'welcome'" run "rm public/index.html" run "rm public/images/rails.png" file ".gitignore", <<-CODE .DS_Store log/*.log tmp/**/* db/*.sqlite3 doc/api doc/app CODE run "touch log/.gitignore" run "touch tmp/.gitignore" git :init git :add => "." git :commit => "-a -m 'Initial commit'"
次ページ
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
レスジャンプ
mixiチェック!
Twitterに投稿
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch
5376日前に更新/30 KB
担当:undef