[ANN] Rails 3.2.2 has been released! Posted by aaronp March 01, 2012 @ 06:12 PM Rails 3.2.2 has been released. This release contains various bug fixes and two important security fixes. All users are recommended to upgrade as soon as possible. CHANGES For information regarding the poss...
I’ve been investigating various platform-as-a-service providers, and did some basic benchmarking on Heroku. I deployed a number of HTTP hello-world apps on the Cedar stack and hammered them via autobench . The results may be interesting to you if you are trying to maximize your hello-...
March 1, 2012 Tagged: finish weekend ship it mvp Comments (View) Don’t Just Start Something; Finish It! Finish Weekend is all about getting stuff done. Not “mostly working” or 90%; it’s about shipping a product. That product could be anything: a blog theme, a gem you’ve been developin...
[ANN] Rails 3.1.4 has been released! Posted by aaronp March 01, 2012 @ 06:11 PM Rails 3.1.4 has been released. This release contains various bug fixes and two important security fixes. All users are recommended to upgrade as soon as possible. CHANGES For information regarding the poss...
Zenspider, the master of all things Ruby crossed with C, picked up the gauntlet and, using RubyInline (previously covered here ), has handed my proverbial ass back to me on a platter . All you have to have is the RubyInline library installed.
Rails/master is now 4.0.0.beta Posted by David December 20, 2011 @ 03:33 PM The forthcoming 3.2.x release series will be the last branch of Rails that supports Ruby 1.8.7. There’s a new 3-2-stable branch in git to track the changes we need until 3.2.0 final is release and for managing...
# Path to your oh-my-zsh configuration. ZSH=$HOME/.oh-my-zsh # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. ZSH_THEME="rbates" # Uncomment following line if you ...
[ANN] Rails 3.0.12 has been released! Posted by aaronp March 01, 2012 @ 06:08 PM Rails 3.0.12 has been released. This release contains various bug fixes and two important security fixes. All users are recommended to upgrade as soon as possible. CHANGES For information regarding the po...
Thursday, March 1, 2012 at 6:15AM Someone apparently decided that today was my day to exercise the telephone. TConsole 1.1 - Dedicated testing console for MiniTest and Rails. Lets you easily pick and choose what tests to run, and manage Rails reloading. Rails Lightweight Stack - How t...
Note: Our very own Michael Brodhead recently wrote a blog post about excon and fog . With his permission, we’re reposting it here. At Engine Yard we make heavy use of fog to interface with back-end cloud providers. Fog in turn uses excon to make HTTP requests. A few features make exco...
This request won’t work. GitHub API v3 is only accessible over encrypted SSL and we need to explicitly configure Net::HTTP for this. We don’t check the HTTP response code. The server could respond with a 302 (redirect), 401 (unauthorized) or 500 (server error). We should always supply...
I’ve been using Nginx (engine-x) for some time now and really digg it. So much simpler and nicer than Apache. Ezra apparently discovered the thing, a hidden Russian gem in the endless desert of HTTP servers, sometime last year. The problem I’ve been having is managing my vhosts. There...
Kevin, It’s great to see that you are from San Diego, as am I. I find rails very interesting compared to my normal mode of writing web-apps which is in Coldfusion. I have been thinking about moving from Coldfusion to rails because of its very quick development environment. Although ge...
alchemy_spree 0.1.0 An Alchemy CMS and Spree connector install gem install alchemy_spree Download Documentation Subscribe Stats Authors Thomas von Deyen 5 total downloads 5 for this version Owners Links Homepage Bundler gem "alchemy_spree", "~> 0.1.0" Versions 0.1.0 March 1, 2012 Runt...
This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here. These similar methods exist in v3.2.1: Object#to_param FalseClass#to_param NilClass#to_param TrueClass#to_param Array#to_param Hash#to_param ActiveModel::Conversion#to_pa...
The community that grows up around a programming language is one of its most important strengths. Ruby has a vibrant and growing community that is friendly towards people of all skill levels. If you are interested in getting involved, here are a couple of places to start: Ruby User Gr...
TConsole 1.1: Dedicated console for MiniTest suite runs Posted by commondream on February 29, 2012 — 0 comments TConsole 1.1 is out! TConsole is a dedicated environment for running your MiniTest suites, both for Rails test suites and for any other project you're working on that happen...