Last 10 posts from the top Ruby blogs
Catch the latest news and rumors about your favorite topic (Currently scanning 23 different blogs).
»
Deploying Rails 3.2 with Ruby 1.9.3 on Heroku
1 day ago
by
RubyFlow
Heroku offers Ruby 1.9.2 as a default with its newest stack. But did you know you can use Ruby 1.9.3 (Ruby's current recommended stable release)? Here's how to set up an app with Rails 3.2 and Ruby 1.9.3 on Heroku. See Deploying Rails 3.2 with Ruby 1.9.3 on Heroku.
»
Guide to Installing Rails 3.2
1 day ago
by
RubyFlow
Detailed instructions (with advice) on how to install the latest release of Rails 3.2. See a Guide to Installing Rails 3.2.
»
Rails v3.2.1 has been released (with minor fixes)
1 day ago
by
RubyFlow
Rails v3.2.1 has been released to provide minor fixes to the previous release. See the Ruby on Rails v3.2.1 Changelogs.
»
Rails 3.2.1 has been released
1 day ago
by
Riding Rails - home
from fxn
Rails 3.2.1 is out, with some fixes and doc improvements. Please check the CHANGELOGs gist for details.
»
Upgrading to Rails 3.2.0 from Rails 3.1.3
1 day ago
by
RubyFlow
I just wrote a small how-to about upgrading to Rails 3.2.0 from Rails 3.1.3. It's not so hard as I thought it'd be and new Rails bring us some cool new features. Enjoy :)
»
test_engine - A library to make it easy to test engines.
1 day ago
by
RubyFlow
Rail's engines can be a bit of a pain to write tests for. Since they don't run in the full Rails stack it requires a bit of pain to setup anything but the most basic testing. test_engine solves this problem by making it almost as easy to write tests in your engine as it is to write tests in your Rails app. If you have been holding out on testing your engines because you don't know a good way to im ...
»
How to insert more Disqus comments box in a single page
1 day ago
by
RubyFlow
I wrote a post about how to insert more Disqus comments box in a single page using Ruby on Rails, an iframe and jQuery to dinamically load the comments box.
»
Setting the Database Free with ActiveRecord's Connection API
2 days ago
by
RubyFlow
I posted an article on the ActiveRecord Connection API, the low-level API that I've been using more and more to interact with the database's advanced features.
»
Preventing +quot;Double Validations+quot;
2 days ago
by
RubyFlow
Have you ever needed multiple validations on one field (I bet you did!) but didn't like multiple error messages showing up at the same time? Read my blog post to see how you can prevent it.
»
RubyInline version 3.11.1 has been released!
2 days ago
by
Polishing Ruby
Inline allows you to write foreign code within your ruby code. It
automatically determines if the code in question has changed and
builds it only when necessary. The extensions are then automatically
loaded into the class/module that defines it.
You can even write extra builders that will allow you to write inlined
code in any language. Use Inline::C as a template and look at
Module#inline for th ...