S02E12: Engine Yard Support Tasha Drew, our Success Manager interviews some of our awesome Support Engineers: John Yerhot, Adam Holt, Erik Jones, James Paterni. * 1:15:... Ruby / support / new relic / apps / railsbridge Build Awesome Mobile Apps in the Cloud with HTML5 & Ruby on Rails...
Crowd Control: Crowd-funding meets open-source Posted by myabc on April 01, 2012 — 0 comments I wrote an article discussing some of the issues surrounding @wycats' crowd-funding proposal for rails.app. Comments Post a Comment Comment abilities for non registered users are currentl...
git_tracker: making working with Pivotal Tracker even better... and easier... um, besier! Posted by alindeman on April 01, 2012 — 0 comments Highgroove released the 1.0 version of git_tracker , making it easier to format commit messages that reference Pivotal Tracker stories. More det...
Walken on Rails Posted by laserlemon on April 01, 2012 — 1 comment For quite a while now, Collective Idea has been working with Oscar-winning voice talent to bring you a brand new series of Rails screencasts , and we finally have a few rough cuts. Feedback welcome! Comments I thin...
Rails 3.2.3ではwhitelist_attributesの設定が必要 この記事は『改訂新版 基礎Ruby on Rails』の読者サポートのために書かれたものです。 読者サポートページに戻る 2012年3月30日に公開されたRails 3.2.3では、config\application.rbのwhitelist_attributesの設定が、デフォルトでtrueに変更されました。これは、最近問題になったMass Assignment(ハッシュによるモデルの属性の一括設定)関連のセキュリティ対策向上のためです。 Rails 3.2.3でアプリケーションを...
Fair enough. The example was contrived, and thus lost some of it's value I'm sure. Although, I do prefer obj.not.nil? to just obj. I think it's more expressive. But, I recognize that's a personal preference, which also goes against mainstream ruby. Jeff, You can definitely write the c...
Aside from Rails Upgrade tool, if you need more help, there are people on IRC and rubyonrails-talk that are probably doing the same thing, possibly hitting the same issues. Be sure to blog your own experiences when upgrading so others can benefit from your knowledge!
The very first parameter, a string, is the text of the link which appears on the page. The second parameter, the options hash is the most interesting part as it has the AJAX specific stuff: :url This is the only parameter that is always required to generate the simplest remote link (t...
There's been a little bit of buzz about David Heinemeier Hansson's announcement that Josh Peek has joined Rails core and is about to wrap up his GSoC project making Rails finally be thread-safe. To be honest, there probably hasn't been enough buzz, and there's been several misundersta...
drbrain | Sun, 01 Apr 2012 20:10:28 GMT Posted in Software home github.com/drbrain/return_bang rdoc docs.seattlerb.org/return_bang bugs github.com/drbrain/return_bang/issues return_bang implements non-local exits for methods. As a bonus, you also get exception handling that ignores st...
pry 0.9.8.4 An IRB alternative and runtime developer console install gem install pry Download Subscribe Stats Authors John Mair (banisterfiend) 242,958 total downloads 19,142 for this version Owners Links Homepage Source Code Documentation Wiki Bug Tracker Bundler gem "pry", "~> 0.9.8...
Rails 3.2 sports many new features including automatic explain queries, tagged logging, key-value store in Active Record, improved migration generator and more. Learn all about these new features in this episode.
phper 0.8.1 phper install gem install phper Download Documentation Subscribe Stats Authors Yoshihiro TAKAHARA 3,110 total downloads 8 for this version Owners Links Homepage Bundler gem "phper", "~> 0.8.1" Versions 0.8.1 April 1, 2012 0.8.0 March 29, 2012 0.7.0 March 17, 2012 0.6.1 Oct...
Clean up complex view logic with the help of presenters, and doing this from scratch gives you a lot of flexibility. Here I show not only how to create presenters, but how to test them using Test Unit and RSpec.
Improved Wunderbar JSON support Sun 01 Apr 2012 at 12:57 I’ve integrated jbuilder like functionality into Wunderbar . Key differences? A DSL that doesn’t suck, and output that isn’t ugly. To harsh? You be the judge. Compare jbuilder ("json dot bar json bar json dot child bang") vs Wun...
Mosh is a remote terminal application that supports intermittent connectivity, allows roaming, and provides speculative local echo and line editing of user keystrokes. split2flac splits one big APE/FLAC/WV/WAV audio image with CUE sheet into FLAC/M4A/MP3/OGG_VORBIS/WAV tracks with tag...
Ruby Enterprise Edition is a server-oriented friendly branch of Ruby which includes various enhancements: A copy-on-write friendly garbage collector. Phusion Passenger uses this, in combination with a technique called preforking, to reduce Ruby on Rails applications' memory usage by 3...
dropbox-folder-sync 0.0.3 Sync Dropbox folder with local directory install gem install dropbox-folder-sync Download Documentation Subscribe Stats Authors Yoshihiro TAKAHARA 13 total downloads 3 for this version Owners Links Homepage Bundler gem "dropbox-folder-sync", "~> 0.0.3" Versio...
I have been using mongo and MM for a project the last few months. I was initially very enthusiastic but as my data model has gotten more complex, I struggled to map it to the mongo way of thinking. Mongo does not do joins, so you are encouraged to store things hierarchically. So if I ...