プログラマーになりたい

(まともな)プログラマーになりたいんや!

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

jenkinsのメール送信でAuthenticationFailedExceptionエラー

メール設定して確認のため送信したところ、 javax.mail.AuthenticationFailedException: 535-5.7.8 Username and Password not accepted こんな感じのエラーが発生(さくらVPS環境) ググったところ、メール送信用のプラグイン(mailer plug-in)の バージョンが…

はてなぶろぐでシンタックスハイライトが出来ない

>|| あああ ||< >|| aaaa ||< >|ruby|aa ||< どういうことなの。。 追記 もしかして!! ```ruby aaaa ```

bundle exec rails g rspec:installコマンド入力後、反応しなくなる

springの問題だったようで、 spring stop するだけで出来るように。 追記: なるほど。。 [小ネタ]springを使用してrspecが起動できない? | Developers.IO

rails g bootstrap:themed コマンド実行時のUndefinedTable: ERROR

あまり理解しないままビュー整形用のコマンド >|ruby| rails g bootstrap:themed [モデル名] ||< を打つとこんなエラーが。 >|ruby| PG::UndefinedTable: ERROR: relation "users" does not existLINE 5: WHERE a.attrelid = '"users"'::regclass ^: SELECT …