nginxpassenger.png

Run Rails Apps on Nginx In Minutes with Passenger 2.2.1

Two days ago, Phusion (@phusion_nl on Twitter) announced the release of Passenger 2.2.0, a significant update to the dream-come-true Apache module for deploying Rack-based Ruby applications (including Rails, Sinatra, and Ramaze apps). The big deal? It now supports Nginx too. Yes, you can…

Mockups-1.jpg.jpeg

Easier Mockups from Rails with Showoff

Showoff is a new Rails plugin that "provides an easy way to include and show off HTML/ERB/Haml mockups." Creator Adam McCrea has put together a blog post explaining how it works.

Essentially, Showoff provides a way for you to bring mockups into…

satisfaction.png

9 Top Rails Jobs for April 2009

No matter how long the recession drags out for, there seems to be no let up at all on the Rails job front - especially if you're near San Francisco or New York (but we have telecommuting positions listed too!). And.. if…

remarkable.png

Remarkable 3.0 Released: RSpec Matchers and Macros for Rails

Carlos Brando and José Valim have just released the version 3.0 of Remarkable. If you are crazy for RSpec and use it with Rails, this is a project that you should check out.

Remarkable began as a set of matchers for RSpec, but with this…

appengine_lowres.jpg.gif

How to use Rails on Google App Engine (Thanks to JRuby)

Two days ago, Google announced the release of Java support on its App Engine service (a system that allows you to run Web apps on Google's infrastructure). And.. what runs on Java that we care about? JRuby!

It took JRuby guru Ola Bini…

oohmatron.png

20 Things That Suck About Other People's Rails Code

Chad Fowler surveyed his Twitter audience and came up with 20 Rails Development No-No's. It makes for entertaining reading.

In short, people hate:

  • Code in views
  • Bad tabbing / spacing indentation
  • Lack of tests
  • Misuse of Single Table Inheritance
  • Poor exception handling
  • Ruby idioms they don't understand
  • Rails idioms…
harsh1.png

Harsh: Another Rails Syntax Highlighter

Harsh (or Github repository) is "another Rails syntax highlighter" that comes in plugin form and makes it easy to perform syntax highlighting on code in your Rails views. Harsh works in both Erb and Haml views, adopting a rather interesting configuration syntax for…

david-berube.jpg

Re-implementing acts_as_paranoid using default_scope in Rails 2.3

A few months ago Mike Gunderloy wrote 3 Plugins for Safer ActiveRecord Deletions for Rails Inside and mentioned acts_as_paranoid, a plugin that flags ActiveRecord objects as deleted without actually deleting them (this is useful if you might need to "undo" the…

railssearch.png

Good Looking Searchable Rails API Docs

"Better" Rails documentation efforts aren't anything new but Vladimir Kolesnikov's attempt titled "Rails Searchable API Doc" is notable for its simplicity and smart presentation. He hasn't changed the usual IRB layout except to add a rather Mac-looking search frame to…

railslogo.png

Rails 2.3.2 Released

The "longer than average release candidate phase" is now over and Rails 2.3.2 (don't ask about the .2) has been released. At least, the gems have been pushed to RubyForge and you can now install it with gem install rails,…

Pages: Prev 1 2 3 4 5 6 7 8 9 10 ...20 21 22 Next