Ransack/ransack_demo
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Ransack/ransack_demo);
*目次 [#s42bb5b1]
#contents
*関連ページ [#kc25c4f3]
*参考情報 [#n2ca4933]
*基本情報 [#w08c5b8f]
[[ernie/ransack_demo:https://github.com/ernie/ransack_dem...
**セットアップ [#b9902986]
-git clone
git clone https://github.com/ernie/ransack_demo
-bundle install
bundle install --path vendor/bundle
-データベース作成(postgresqlが必要。[[MacPorts/postgresql...
bundle exec rake db:create:all
-テーブル作成
bundle exec rake db:migrate
-テストデータ投入
bundle exec rake db:fixtures:load
-サーバー実行
bundle exec rails s
-ブラウザから http://localhost:3000 にアクセス
終了行:
&tag(Ransack/ransack_demo);
*目次 [#s42bb5b1]
#contents
*関連ページ [#kc25c4f3]
*参考情報 [#n2ca4933]
*基本情報 [#w08c5b8f]
[[ernie/ransack_demo:https://github.com/ernie/ransack_dem...
**セットアップ [#b9902986]
-git clone
git clone https://github.com/ernie/ransack_demo
-bundle install
bundle install --path vendor/bundle
-データベース作成(postgresqlが必要。[[MacPorts/postgresql...
bundle exec rake db:create:all
-テーブル作成
bundle exec rake db:migrate
-テストデータ投入
bundle exec rake db:fixtures:load
-サーバー実行
bundle exec rails s
-ブラウザから http://localhost:3000 にアクセス
ページ名: