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.

Rit. – The anti-CMS content scheduling system in Rails

Need to support business users updating website content? You need a CMS right? Probably not. Introducing Rit. – The anti-CMS content scheduling system in Rails. Rit. is a standalone web application that allows users to edit multiple editions of website content and designate when that content should show up on the site. Site content is served up to a consuming application as a web service.

Sounds awesome, I may give it shot as I just got some cms type requirements! …
“Radiant is so slow, you’re better off hand-typing HTML directly into the seria…
Ha ha. That’s one way to get readers.
Can’t see where this would be useful at all. And prepress printing? Printing is…

Install any Java library as a JRuby gem

Charles Nutter: “… a prototype Maven server that looks and feels like a RubyGems source. By setting this server as a source (or passing it to the gem command), any Java library in the world is installable as a gem. Let me repeat that: ANY Java library in the world, installable as a gem. This means you can also use Maven artifacts as dependencies in regular Ruby gems, and it additionally means we won’t have to re-release jar files into their own duplicate gems on the standard repositories. It’s very exciting, and we hope to have it ready for JRuby 1.5.” You can get it here: maven_gem at github

My desire is that you’d be able to write an app entirely in ruby, including the…
please help for this error……… Exception in thread “main” java.lang.ClassFormatE…

state_machine 0.8.1

state_machine 0.8.1, an FSM library, has been released. Highlights from the 0.8 series include: ActiveRecord 2.0 / 3.0 support, DataMapper 0.10 support, better i18n support, improved callback control, and 20 bug fixes.

Awesome. I just discovered this gem/plugin yesterday and went over to http://ww…
Great! Thanks!
Thank you obrie, I really like and use your gem and I’m happy its still active …

Bitfields Rails Plugin/Gem, simple bitfields with scopes, sql, setter-sql, change-recording

The new ‘bitfields’ Rails plugin and gem allows simple bitfield managements for ActiveRecord and others, produces fast(indexable) sql for query and bit-setting.

You doing it all wrong. Idea of storing bitfields in single database field lead…
Does anyone know if we are limited to 32 bitfields per database column? Restric…
Sergey, can you explain why this is wrong, and what the preferred way is? Or at…
Bitfields are a good solution if a database already is huge, they save space an…

Named Scopes Are Dead

Lots of people love using named scopes in Rails 2. However, in Rails 3 they’re not only more or less obsolete but can also hinder productiveness in teams by being update blockers. Read about the reasons and alternatives in the railway blog.

When I first gave AR 3 a go, I wondered if you could just use class methods for…
That class « self stuff is a big gangly though.. def self.published re…
Peter: I prefer class « self simply to keep things more organized – a…
Nothing wrong with a preference, of course, but it’s still more verbose (and if…
Loading older posts