Hard work by INTERNET

ベンチャーで働くひとりぼっちWEB開発者が頑張るブログ

2015-03-01から1ヶ月間の記事一覧

Rails Documentation. Getting Started Tutorial not working. 1

RailsドキュメントのGetting Started が動かない。 Rails Documentation. Getting Started Tutorial not working. · Issue #19330 · rails/rails · GitHub 本文 あなたがgetting startedチュートリアルをフォローしているのなら、セクション5.2の終わりに気…

Weird behavior of POST, PUT and DELETE in Mozilla Firefox

Weird behavior of POST, PUT and DELETE in Mozilla Firefox · Issue #19278 · rails/rails · GitHub FireFoxでPOST, PUT, DELETEをすると変な振る舞いをする 本文 Hi! I'm making forum https://github.com/vladzzag/rails-forum どうも、私はフォーラムサ…

Scope that finds nothing or ends with .first does another lookup

Scope that finds nothing or ends with .first does another lookup · Issue #19249 · rails/rails 結果が見つからなくてfirstメソッドで終わるとscopeが別の結果になる。 本文 Rails4.2とRuby2.2だよ。 class Car < ActiveRecord::Base scope :where_color…

Time select and datetime select not honoring config.time_zone value

Time select and datetime select not honoring config.time_zone value · Issue #19229 · rails/rails issueの本文 time_select, datetime_select のフォームヘルパーがタイムゾーンを無視する。UTCから変換するべきだ。今はUTCで保存される。環境はRuby2.2…