Right before upgrading Rails 2.1 to 2.3.2, I downloaded a trial version of E text editor (the power of Textmate on Windows), and in the process, it upgraded my cygwin installation. This caused a coupl… more →
Chronicling My Ruby on Rails Journeysubnetcat wrote 2 weeks ago: Статии, които ми помогнаха да конфигурирам emacs за работа с rails: http://platypope.org/yahttp://so … more →
sameeragayan wrote 2 weeks ago: in rails, I think most of you have come across with render action (Ex: render :action => “i … more →
shivsingh wrote 2 weeks ago: In Ruby (hope in all languages) there is always more than one way to do accomplish the requirement. … more →
shivsingh wrote 1 month ago: Rails’ asset_host supports only a single domain. If you are running multiple domains of one Ra … more →
shivsingh wrote 2 months ago: All Ruby classes ultimately inherit from the Object class. This means that every object gets about 4 … more →
shivsingh wrote 2 months ago: use content_tag when required to make your erb files neater content_tag(:p, "Hello world!") # => … more →
shivsingh wrote 2 months ago: Method 1 : %w[B C D].each do |name| eval <<-END_RUBY module #{name} def call puts "#{name}" su … more →
sameeragayan wrote 2 months ago: Hi All, Today we have created a new user group for ruby-rails in Sri lanka – You can fined if … more →
shivsingh wrote 2 months ago: In case one needs to remotely run a program from some ruby application, an easy way to do that is us … more →
shivsingh wrote 2 months ago: Is Ruby Performance Good Enough ? I read a post written by Dave Thomas–Pragmatic Programmer some ti … more →
sameeragayan wrote 3 months ago: Hi, This is just a quick post about how to pass parameters to rails partials. (As most of you all kn … more →
Arie Kusuma Atmaja wrote 3 months ago: Baca deh, bagus banget, gimana caranya tokoh-tokoh di komunitas Ruby itu belajar Ruby itu sendiri In … more →
ciddennis wrote 5 months ago: I installed Passenger on my macintosh and found that I keep getting a 403 error. So after some diggi … more →
ciddennis wrote 5 months ago: I recently moved my server to use passenger and found that while doing development I lost my standar … more →
Bob Ngu wrote 6 months ago: Right before upgrading Rails 2.1 to 2.3.2, I downloaded a trial version of E text editor (the power … more →
Bob Ngu wrote 6 months ago: In an earlier post, I explained why I didn’t upgrade Ruby to 1.8.6 several months ago, now I b … more →
ciddennis wrote 6 months ago: So at another project I have situation where I have to share some information in memcache with a jav … more →
borisjansen wrote 7 months ago: Here is how to scaffold in Rails 2.0. … more →
limborey wrote 8 months ago: C++ allows developers to use multiple inheritance. Unlike C++, Ruby only allows developers to use si … more →