Created
April 28, 2012 03:45
-
-
Save sowawa/2515536 to your computer and use it in GitHub Desktop.
Revisions
-
sowawa revised this gist
Aug 4, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
sowawa revised this gist
Jun 13, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 generate rspec:install vim Gemfile # gem "rspec-rails" ``` -
sowawa revised this gist
May 19, 2012 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,12 @@ Installing rails 4.0.0 beta ====== Gist で簡単にレシピを書いてみる。 ## making rvmを用意してとりあえずRailsのHeadをGithubからとってくる。 ``` rvm install rvm 1.9.3 -
sowawa revised this gist
May 14, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ Installing rails 4.0.0 beta ====== test ## making ``` -
sowawa revised this gist
May 6, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
sowawa revised this gist
Apr 29, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ln -s ~/repos/rails # vim Gemfile # edit rails path => '~/repos/rails' bundle install bundle exec rails s -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" ``` -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ``` -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cd hoge bundle exec rails s ``` ## cloning ``` cd repos -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 16 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 ``` -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Installing rails 4.0.0 beta ====== ``` -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 hoge bundle exec rails s ``` -
sowawa revised this gist
Apr 28, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ``` -
sowawa created this gist
Apr 28, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ```