Skip to content

Instantly share code, notes, and snippets.

@sowawa
Created April 28, 2012 03:45
Show Gist options
  • Select an option

  • Save sowawa/2515536 to your computer and use it in GitHub Desktop.

Select an option

Save sowawa/2515536 to your computer and use it in GitHub Desktop.

Revisions

  1. sowawa revised this gist Aug 4, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,8 @@ bundle exec rails s

    ## cloning

    hoge

    ```
    cd repos
    git clone https://github.com/rails/rails.git
  2. sowawa revised this gist Jun 13, 2012. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,6 @@ rvm 1.9.3
    rvm gemset create rails-4.0
    rvm [email protected]
    git clone https://github.com/rails/rails.git
    ./rails/railties/bin/rails new hoge
    gem install thor
    ruby ./rails/railties/bin/rails new hoge --dev
    cd hoge
    @@ -37,7 +36,7 @@ bundle exec rails s
    ## install rspec

    ```
    bundle exec rails install rspec:install
    bundle exec rails generate rspec:install
    vim Gemfile
    # gem "rspec-rails"
    ```
  3. sowawa revised this gist May 19, 2012. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,12 @@
    Installing rails 4.0.0 beta
    ======

    test
    Gist で簡単にレシピを書いてみる。

    ## making

    rvmを用意してとりあえずRailsのHeadをGithubからとってくる。

    ```
    rvm install
    rvm 1.9.3
  4. sowawa revised this gist May 14, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    Installing rails 4.0.0 beta
    ======

    test

    ## making

    ```
  5. sowawa revised this gist May 6, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .recipe
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    thumbnail: http://pds.exblog.jp/pds/1/201101/16/02/d0055302_13383029.jpg
    video: http://www.youtube.com/watch?v=UE27t_LJpx0
  6. sowawa revised this gist Apr 29, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -23,7 +23,8 @@ cd repos
    git clone https://github.com/rails/rails.git
    git clone git://gist.github.com/2516882.git hoge
    cd hoge
    vim Gemfile
    ln -s ~/repos/rails
    # vim Gemfile
    # edit rails path => '~/repos/rails'
    bundle install
    bundle exec rails s
  7. sowawa revised this gist Apr 28, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -33,4 +33,6 @@ bundle exec rails s

    ```
    bundle exec rails install rspec:install
    vim Gemfile
    # gem "rspec-rails"
    ```
  8. sowawa revised this gist Apr 28, 2012. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -27,4 +27,10 @@ vim Gemfile
    # edit rails path => '~/repos/rails'
    bundle install
    bundle exec rails s
    ```

    ## install rspec

    ```
    bundle exec rails install rspec:install
    ```
  9. sowawa revised this gist Apr 28, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@ cd hoge
    bundle exec rails s
    ```

    ##
    ## cloning

    ```
    cd repos
  10. sowawa revised this gist Apr 28, 2012. 1 changed file with 16 additions and 1 deletion.
    17 changes: 16 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    Installing rails 4.0.0 beta
    ======

    ## making

    ```
    rvm install
    rvm 1.9.3
    @@ -9,7 +11,20 @@ rvm [email protected]
    git clone https://github.com/rails/rails.git
    ./rails/railties/bin/rails new hoge
    gem install thor
    ruby ./rails/railties/bin/rails new hackrecipes --dev
    ruby ./rails/railties/bin/rails new hoge --dev
    cd hoge
    bundle exec rails s
    ```

    ##

    ```
    cd repos
    git clone https://github.com/rails/rails.git
    git clone git://gist.github.com/2516882.git hoge
    cd hoge
    vim Gemfile
    # edit rails path => '~/repos/rails'
    bundle install
    bundle exec rails s
    ```
  11. sowawa revised this gist Apr 28, 2012. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,10 @@ Installing rails 4.0.0 beta
    ======

    ```
    rvm install
    rvm 1.9.3
    rvm gemset create rails-4.0
    rvm [email protected]
    git clone https://github.com/rails/rails.git
    ./rails/railties/bin/rails new hoge
    gem install thor
  12. sowawa revised this gist Apr 28, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Istalling rails 4.0.0 beta
    Installing rails 4.0.0 beta
    ======

    ```
  13. sowawa revised this gist Apr 28, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,6 @@ git clone https://github.com/rails/rails.git
    ./rails/railties/bin/rails new hoge
    gem install thor
    ruby ./rails/railties/bin/rails new hackrecipes --dev
    cd hackrecipes
    cd hoge
    bundle exec rails s
    ```
  14. sowawa revised this gist Apr 28, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,6 @@ git clone https://github.com/rails/rails.git
    ./rails/railties/bin/rails new hoge
    gem install thor
    ruby ./rails/railties/bin/rails new hackrecipes --dev
    cd hackrecipes
    bundle exec rails s
    ```
  15. sowawa created this gist Apr 28, 2012.
    10 changes: 10 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    Istalling rails 4.0.0 beta
    ======

    ```
    rvm 1.9.3
    git clone https://github.com/rails/rails.git
    ./rails/railties/bin/rails new hoge
    gem install thor
    ruby ./rails/railties/bin/rails new hackrecipes --dev
    ```