Skip to content

hachi8833/rails4.0_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Template for Rails 4.0.2

This Rails 4.0 Application Template is just for private use, and is conscious of the future Rails 4.1.

Organization

  • configure .gitignore
  • configure Gemset ** Ruby 2.1 ** Rails 4.0.2
  • Install Gem into vendor/bundle
  • configure application.rb
  • configure secret_token.rb
  • configure Japanese locale
  • configure application.js
  • configure HAML
  • configure Bootstrap3/Font-Awaresome
  • configure SimpleForm
  • configure kaminari
  • configure mysql
  • configure RSpec
  • configure spring/guard
  • configure git flow

以下のライブラリを事前にインストールしておくこと

  • libxml2 libxslt libiconv

ただしMacとHomebrew 0.9だとlibiconvがうまく入らないことがあるので、以下のような感じでインストール

Usage

作成方法

  1. プロジェクト用のディレクトリにRakefileを置く
  2. rake new appname=アプリ名

これでデータベース作成も含めてすべて自動で実行される (newのかわりにadd、createでもよい)

削除方法

  1. rake kill appname=アプリ名

(killのかわりに clear、remove、delete、destroyでもよい) これでデータベースも含めてすべて削除される

About

Rails 4.0 application template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published