Pixnet Rails Convention

發表時間:

Environments

Basic Naming Conventions

Initial Rails App

Clone https://github.com/manic/rails3-app-template and create rails project

git clone git://github.com/manic/rails3-app-template.git
rails new your_project_name -TJ -d mysql -m rails3-app-template/rails3.rb

Annotate

bundle exec annotate -p before #統一放在 model 上方

blog comments powered by Disqus