mvonline

TwitterFacebook
Get flash to fully experience Pearltrees
scrum

pdf

Pluit Solutions » Ruby On Rails

http://www.pluitsolutions.com/category/ruby-on-rails/ My last Ruby on Rails project, I implemented a full text search using acts_as_ferret (AAF). For the production environment, I used AAF DrbServer for centralised access to the index files, or you probably will scratch your head, bumping into an error message similar to this, due to concurrent manipulation of Ferret index files : File Not Found Error occured: tried to open "/[app_name]/[model]\_8e_0.del" but it doesn't exist: It is easy to start/stop AAF DrbServer on Unix environment using a simple shell script as shown in the help page . Creating similar script for windows should not be too difficult, but running it in a command console, is usually a no-no for the system administrator. So the workaround is you have to create a Win32 service for AAF DrbServer.
Episode #201 – Mar 16, 2012 – Bundler makes it easy to manage Ruby Gem dependencies. Learn how to use it in a Rails application, see what's new in Bundler 1.1, convenient ways to run bundle exec, and how to fix gem compilation issues. (9 minutes)

Railscasts - Free Ruby on Rails Screencasts

http://railscasts.com/
http://rubyforge.org/ after two years of silence, maintenance has been taken over. Latest releases fix some long standing memory management related bugs and add some minor things. Updated API documentation is also available: http://rubydoc.info/github/larskanis/fxruby/1.6/frames RSyntaxTree 0.51 was released.

RubyForge: Welcome