acts_as_boolean Ruby on Rails plugin
A Ruby on Rails plugin that treats a column as a boolean, whether it’s a tinyint, integer, float, string, etc. No matter how true and false are stored... more »
0 commentsSave Tags: ruby, web 2.0
TOTD #53: Scaffold in Merb using JRuby/GlassFish
GlassFish Gem 0.9.0 can be used to run Rails and Merb applications. Support another Rack-based framework Sinatra is coming up in the near future. This... more »
0 commentsSave Tags: java, ruby, server
"console=true": REPLs in Silverlight
At Seattle CodeCamp v4.0 today, I talked a lot about REPLs, or "Read, Evaluate, Print Loops". They are the true "minimalist" view of programming; type... more »
0 commentsSave Tags: .net, frameworks, ria, ruby
Ruby on Rails for Java Developer
Ruby on Rails for java developer. In this article I introduced ruby on rails framework and how java developers can grap on it. Compare java with Ruby
0 commentsSave Tags: frameworks, how-to, java, ruby
Install Ruby 1.9.1 preview 1 on OSX Leopard
Title says it all!
0 commentsSave Tags: open source, ruby, tools, web 2.0
Smart asset management for Rails plugins
Many Rails plugins require that certain files like images, CSS, and JavaScript get copied to the public folder during installation. The typical way to... more »
0 commentsSave Tags: frameworks, ruby
Unobtrusive jQuery + Rails
Anyways, the one thing that is not explained in the errtheblog article is how to get around the issue with rails usage of authenticity tokens. Their... more »
0 commentsSave Tags: frameworks, javascript, ruby
Introducing Rack::Cache
I'm pleased to finally release a side-project I've been whittling away at for a few months: Rack::Cache is a piece of Rack middleware that implements... more »
0 commentsSave Tags: frameworks, ruby
MythBusting — Rails is not a monolith
Continuing his interesting train of thought, DHH posted on his blog yesterday that Rails is, in fact, not monolithic. In reality, he says, it is quite... more »
0 commentsSave Tags: frameworks, ruby
via