2014-05-01から1ヶ月間の記事一覧

ruby on railsに関してのメモ

$ rails g controller users index showCould not find libv8-3.16.14.3 in any of the sourcesRun `bundle install` to install missing gems. むむむ。。。 $ gem install libv8 -v '3.16.14.3' -- --with-system-v8 する $ rails g controller users inde…

Ruby on rails インストールに関してのメモ

徹夜してたらweb appつくりたさがつのってきた -> Ruby on railsをインストールというソリューション 環境 ubuntu 14.04 ---------------------------------------------------------------------- とりあえず $ gem install rails そのあと $ gem update フ…

ubuntu14.04にログイン出来なくなった時の忘備録

なんかGUIログイン画面でパスワード打ってもログイン画面に戻されてループする。とりあえず、Ctrl+Alt+1を押下んでユーザ名 パスワード打ってログインログインしたら% rm .ICEauthority .Xauthority.ICEauthority .Xauthority 2つのファイルを削除->改善せず…

メモメモメモ

git error: src refspec master does not match any. error: failed to push some refs to 'ssh://user@ip.ad.re.ss/pass/to/repo.git' ■原因 commitしたものがないのにpushしてる。 ■対策 commitせよ $git commit -m 'first commit' nothing added to commi…