2012-10-01から1ヶ月間の記事一覧

rails_config

Gemfile編集 gem 'rails_config' 設定ファイル編集 service_name: "Service Name" service: tag_line: "Rails configuration plugin" 設定ファイル読み出し 1.9.2-head :001 > Settings.service_name => "Service Name" 1.9.2-head :002 > Settings.service.…

twitter-bootstrap-rails

プロジェクト作成 rails new tbsample -T Gemfile編集 gem "twitter-bootstrap-rails" bundle install rails g bootstrap:install Sample作成 rails g bootstrap:layout application fixed rails g scaffold Post title:string description:text rake db:mig…

シンボリックリンクのパス変更

ln -snf リンク元 リンク名