Lost your password?

Blogs about: Ruby Rails

Featured Blog

emacs-rails

subnetcat wrote 2 weeks ago: Статии, които ми помогнаха да конфигурирам emacs за работа с rails: http://platypope.org/yahttp://so … more →

Tags: Emacs, Ruby, rails, Programming, Configuration, ide

render :action and passing parameters

sameeragayan wrote 2 weeks ago: in rails, I think most of you have come across with render action (Ex: render :action => “i … more →

Tags: render action

Ruby Tips

shivsingh wrote 2 weeks ago: In Ruby (hope in all languages) there is always more than one way to do accomplish the requirement. … more →

Tags: technical, Ruby, ruby integers, ruby tutorials, tuby tips

Rails assert-host and multiple domains

shivsingh wrote 1 month ago: Rails’ asset_host supports only a single domain. If you are running multiple domains of one Ra … more →

Tags: assert, Host, multiple domain, rails, Ruby

create proxy class in ruby

shivsingh wrote 2 months ago: All Ruby classes ultimately inherit from the Object class. This means that every object gets about 4 … more →

Tags: BasicObject, blankslate, create class, inheriting, method missing, method-free class, method-free object, proxy, rails

content_tag helper

shivsingh wrote 2 months ago: use content_tag when required to make your erb files neater content_tag(:p, "Hello world!") # => … more →

Tags: content_tag, Generate Html, html tag, rails, Ruby, Ruby on Rails, tag

method eval is not slow

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 →

Tags: define method, eval, rails, Ruby, Ruby on Rails

New ruby-rails user group in Sri Lanka

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 →

Tags: User Groups

Small ruby script to remotely run a program

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 →

Tags: net-ssh, Remote program, Ruby, ssh

Is Ruby Performance Good Enough ?

shivsingh wrote 2 months ago: Is Ruby Performance Good Enough ? I read a post written by  Dave Thomas–Pragmatic Programmer some ti … more →

Tags: General, Ruby, Performance, ruby vs, ruby good, ruby bad, performance vs flexibility

Passing parameters to a partial

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 →

Tags: partials, rails, rails 2.3

Link Saja: Bagaimana Cara Saya Belajar Ruby dan Rails?

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 →

Tags: Ruby, rails, belajar ruby, belajar rails, Komunitas, belajar ruby dan rails, ruby dan rails, Bagaimana belajar?, bagaimana belajar rails

Install Passenger on OSX but getting 403 Permissions Error?

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 →

Redirect Stdout and Stderr to Log in Passenger

ciddennis wrote 5 months ago: I recently moved my server to use passenger and found that while doing development I lost my standar … more →

Upgrading Rails 2.1 to 2.3.2

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 →

Tags: gem, rails, rails upgrade, upgrade

Successful upgrade of Ruby 1.8.5 to 1.8.62 comments

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 →

Tags: rails, ruby upgrade

Rails 2.3 and Memcache Server Hashes2 comments

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 →

Tags: rails ruby

Scaffoling in Rails 2.0

borisjansen wrote 7 months ago: Here is how to scaffold in Rails 2.0. … more →

Mixin in Ruby

limborey wrote 8 months ago: C++ allows developers to use multiple inheritance. Unlike C++, Ruby only allows developers to use si … more →

Tags: Ruby


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS

From Our Partner Blog Network: