RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

RubyQuestions

I just launched RubyQuestions, a place to get help with ruby, ruby libraries, and Ruby on Rails. Currently it doesn’t have any questions, so start asking away :).

stackoverflow already beat you to it.
All they have is http://stackoverflow.com/questions/tagged/ruby. No site ded…

Caching assets in a Rails 3 app on Heroku

I’ve done a quick blog post with a couple of rake tasks that let you easily cache your assets in a Rails 3 app on Heroku. This lets you use the javascript_include_tag and/or stylesheet_link_tag helpers with the “cache => true” option while working around Heroku’s read-only filesystem constraint. Feedback is definitely welcome. Thanks!

In each and every store that relates to handbags, you would possibly tend to g…

MetaWhere and MetaSearch 1.0 Released

After months of development, the MetaWhere and MetaSearch gems for Rails 3 have finally hit 1.0. MetaWhere provides improvements to AR3 query syntax, offering access to ARel predicate methods that aren’t available in stock ActiveRecord, support for outer joins, SQL functions, and more, while MetaSearch provides simple object-based searching and sorting for use in Rails forms, and will be a comfortable transition for those used to using Searchlogic in Rails 2.x.

This is awesome. Thanks!

Fat Model Auth - Flexable Authorization

Fat Model Auth has become an essential in my Rails projects. [more inside]

Something has been lost in the view code example, it should be: if allowed_t…
Smaller summary next time so other articles fit on the page please.
Will do, I think it would be better if there was a summary that appeared on the…

automatic rails validations

We need to start using more of what’s available to us, rather than reinventing everything. Automatic Rails validations to match your database schema - https://github.com/seejohnrun/database_validation

Thanks :)
any way to turn off uniqueness? When your user-base gets large uniqueness has …
@drhenner - That’s a great addition - I’ll get it in there for ya
@drhenner - How large of a userbase? We hit that issue when we went from 60K us…

Premature Optimization and Ruby's Singleton Class

I wrote about how you can dynamically extend an object using Ruby’s Singleton (or Eigen) class to improve your code. In this follow up post I respond to the comments that it isn’t a good idea to use the Singleton class because it would not perform like more traditional methods would.

http://www.coachoutletonline.us.org http://www.coachoutlet-factory.us.com http:…
Loading older posts