The Forgotten Ruby Web Frameworks
Posted by RussianGeek Wed, 07 Nov 2007 07:06:00 GMT
Everyone knows Rails but have you heard of Nitro, Ramaze, Sinatra, IOWA or Cerise?Nice overview these frameworks from InfoQ: read.
Posted by RussianGeek Wed, 07 Nov 2007 07:06:00 GMT
Everyone knows Rails but have you heard of Nitro, Ramaze, Sinatra, IOWA or Cerise?Posted by RussianGeek Tue, 06 Nov 2007 09:36:00 GMT
If you want to create an RSS feed in Ruby on Rails you MUST read this article: Paulsturgess Snippets.Posted by RussianGeek Thu, 23 Aug 2007 06:29:00 GMT
The hoster've upgraded a version of Rails and your site is down?Posted by RussianGeek Thu, 09 Aug 2007 11:02:00 GMT
This nice validator has :allow_nil for check if the value is null but what about empty value?Posted by RussianGeek Wed, 01 Aug 2007 06:33:00 GMT
Have to tell Rails how your tables are related? has_many, belongs_to or maybe has_and_belongs_to_many?Posted by RussianGeek Mon, 30 Jul 2007 07:02:00 GMT
Validation of numeric value in RoR uses validates_numericality_of but if the value is optional there is still exception checking it. If you want to skip the check for NULL (nil in Ruby) value just add ":allow_nil => true" to validator.Posted by RussianGeek Mon, 09 Jul 2007 06:15:00 GMT
Forms methods in Rails are vague, at the first glance at least... This article may be very helpful to a beginner.Posted by RussianGeek Sun, 08 Jul 2007 20:04:00 GMT
There are many articles, helpers, sites about installing RoR site, gems, plugins etc. and at the end of it you may see: "restart the application".Posted by RussianGeek Sun, 08 Jul 2007 06:32:00 GMT
During my searches of forum on RoR, I found a small, light-weight forum in Rails called Beast.Posted by RussianGeek Sat, 07 Jul 2007 12:12:00 GMT
Don't you know?