Engine Yard Community JAUNT (Just Another Unforgettable Night on the Town) If you’re going to be around after php|tek on Friday, May 25, we want you to come have an adventure with us! We’re all going to sample the sights and sounds of downtown Chicago, and have some fun in the process...
Posted April 30, 2012 by schof | Comments Spree 1.1.0 has been released. We’ve been hard at work the past two months getting this release ready. This is also the first Spree release to support Rails 3.2.×. All it took was 790 commits by 34 different authors (including many first-time ...
Rails Edge: Multiple Route Files Posted by oscardb on April 30, 2012 — 0 comments You can now have multiple route files in your rails [edge] app. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to s...
April 27, 2012 Tagged: ruby on rails i18n time time format Comments (View) Date and time formats for pirates Need to display a date in your Rails app? First try: Time.now.strftime "arrrround %H'ish" To remove duplication, you imagine a a time format initializer . Second try: Time.now....
The Business Tip DHH Gave me Last Night Posted by oscardb on April 30, 2012 — 2 comments A dream, and a business tip that DHH gave me last night . Comments Hmm... I think there is something weird about posting something somebody said and the saying it was just a dream, I clicked o...
Exhibit vs Presenter Patterns Posted by mikepack on April 30, 2012 — 0 comments I just published an article on the Exhibit pattern vs the Presenter pattern . The Exhibit pattern was introduced by Avdi Grimm in Objects on Rails. These two are similar in concept and structure, although ...
Redcarpet is an easy-to-use gem which interprets Markdown. Here I show how to customize it and add syntax highlighting through Pygments and Albino.
Scottsdale Coffee and Code Once Again 2012-04-29 Last week’s Coffee + Code at Cartel Coffe in Scottsdale went well, so I’m doing it agai n. Tuesday, May 1, I’ll be at Cartel Coffee on 5th Ave from 1pm to about 5pm. Come by, hang out, get some work done. BTW, if you think you’ll be the...
Monday, April 30, 2012 at 5:24AM Cleaning out the browser tabs after another busy weekend. Cynical Agile and Scrum Dictionary - Agile meets Ambrose Bierce to form an instant classic. Concerned about Code Reuse? - An introduction to ActiveSupport::Concern, an underused tool. SSL_connec...
Monday, April 30, 2012 at 6:04AM Week of April 15 - April 29, 2012 Well, two weeks actually, but who's counting? In 41af36f5 Rails moves from the unmaintained ruby-debug19 gem to the newer debugger fork - something you ought to do in any old projects as well. rake notes gets updated i...
A buildr plugin contributing a new packaging method to package your project as a IzPack installer.
While you should usually use resourceful routing, there are still many places where the simpler routing is more appropriate. There’s no need to try to shoehorn every last piece of your application into a resourceful framework if that’s not a good fit.
"Automatic Ruby" is updated! This is a powerful framework for automation all! This framework can be extended freely by the plug-ins! Installation to put follow command. $ gem install automatic Create your own plug-ins directory by follow command. $ automatic-config scaffold So, ~/.aut...
MacRuby + Mac App Store == Low Hanging Fruit for Rubyists By Peter Cooper / October 21, 2010 At its "Back To Mac" presentation yesterday, Apple unveiled the Mac App Store , an equivalent of the iOS App Store for the Mac. Given the relentless development and improvement of MacRuby and ...
Another library that abstracts over Net::HTTP is Adam Wiggin's 'rest-client' library. It seems more targeted toward single requests (i.e. Restclient.get 'google.com') than mixing in and building a request class like HTTParty, though both libraries do variants of each style. It has a g...
We can’t have a blog without comments, so we’ll create a Comment model along association so that each article can have many comments. There are two ways to define associations with Mongoid. The first is through a reference association. This behaves in a similar way to the relations be...
When you add a custom route, make it a named route so you have url helper methods to easily link to that new route. See episode for details.
I have been on the lookout for a better front end for mongrel_clusters. I wanted one that had the flexibility of pound when it comes to proxying requests. But I also want something to serve static and cached files fast. Apache2.2/mod_proxy_balancer does a good job of this but it is wa...
WebSocket Demos Mon 30 Apr 2012 at 01:33 chat implements a shared textarea field across multiple clients. Demonstrates bi-directional communication. diskusage is more typical of my usage. The `du` command produces tabular output that the user may want to sort different ways and yet is...
automatic 12.4.0 Ruby General Automation Framework install gem install automatic Download Documentation Subscribe Stats Authors id774 445 total downloads 8 for this version Owners Links Homepage Gemfile gem "automatic", "~> 12.4.0" Versions 12.4.0 April 30, 2012 12.3.1 March 16, 2012 ...
A static site generator based on Sinatra. Providing dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.
Spork improves the loading time of your test suite by starting up your Rails application once in the background. Use it with Guard for the ultimate combo in fast feedback while doing TDD.
RedCloth 4.2.9 Textile parser for Ruby. install gem install RedCloth Download Subscribe Stats Authors Jason Garber, why the lucky stiff, Ola Bini 992,152 total downloads 133,897 for this version Owners Links Homepage Source Code Documentation Mailing List Bug Tracker Gemfile gem "RedC...
Contact For job applications, please follow the instructions on the careers page . If you have a technical question, and don't have a current support contract with Engine Yard, please visit docs.engineyard.com or submit a question via our online ticketing system . If you have a sales ...
The attacker creates a valid session id: He loads the login page of the web application where he wants to fix the session, and takes the session id in the cookie from the response (see number 1 and 2 in the image). He possibly maintains the session. Expiring sessions, for example ever...
A CJK (Chinese, Japanese, and Korean) romanization converter for CJK languages.