Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Explore Teams Collectives™ on Stack Overflow Find centralized, trusted content and collaborate around the technologies you use most. Learn more about Collectives
2. 自己紹介 MySQL/Linux周りのスペシャリスト 2006年9月から2010年8月までMySQL本家(MySQL/Sun/Oracle)で APAC/US圏のMySQLコンサルティングに従事 主な著書に「現場で使えるMySQL」「Linux-DBシステム構築/ 運用入門」「Javaデータアクセス実践講座」 DeNAでの主な役割 安定化/パフォーマンス/運用周りの中長期的な改善活動 L3サポート/運用/トラブルシューティング – 難度の高いMySQL周りの問題の根本原因の特定と解決 多くのプロジェクト支援 社内勉強会/トレーニング – MySQLやデータベース周りのベストプラクティスを社内で共有し、 技術スキルを底上げする 技術マーケティング – 国内外のカンファレンスや、技術雑誌等
Railsのdevelopment環境ではサーバーを再起動しなくても、appディレクトリ内のmodelやview、controllerの変更内容は実行時にすぐ反映されます。 ところが、libディレクトリに格納した自作のクラスはサーバーを再起動するまで変更内容が反映されません。 libディレクトリのクラスを頻繁に更新する場合、これは非常にストレスが溜まります。 なんとかappディレクトリにあるクラスのように、自動的にリロードしてくれないかな〜とネットを探していたところ、やはり解決方法がありました。 ruby - Reload lib files without restart dev server in Rails 3.1 - Stack Overflow 方法は簡単で、application.rbに以下の設定を加えるだけです。 config.autoload_paths += Dir["#
A couple weeks ago, Aaron Patterson (aka @tenderlove) wrote about getting rid of config.threadsafe! on Rails 4. When discussing multi-process and multi-threaded servers in production, one important aspect of the discussion that came up in the blog post was code loading. This blog post is about which code loading strategies exist in a Rails application, how they affect multi-process and multi-threa
I'm creating a new engine for a rails 3 application. As you can guess, this engine is in the lib directory of my application. However, i have some problems developing it. Indeed, I need to restart my server each time I change something in the engine. Is there a way to avoid this ? Can I force rails to completely reload the lib directory or a specific file and his requirements for each request ? Th
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く