Ruby Top Links
 |
Pathfinder Development » Pretty blocks in Rails views
Summary:
def rounded_block &block concat content_tag :div , :class => \u0022rounded_box\u0022 do content_tag :div , \u0022 \u0022 , :class => \u0022rounded_corner_top\u0022 + content_tag :div , :class => \u0022rounded_corner_content\u0022 do capture &block en [...]
|
 |
6 Optimization Tips for Ruby MRI - igvita.com
Summary:
Blog Projects About Archives 6 Optimization Tips for Ruby MRI Every language has its idiosyncrasies and Ruby is no different, hence, below is a collection of handy optimizations to keep in mind next time you're working on a Ruby project.
|
 |
How to use Google’s SMTP server and Gmail to send emails with Ruby « rubybook = Blog.new :title => “Gerald Bauer’s Ruby Notebook”, :about => “Internet Professional in Vancouver, B.C.”
Summary:
none
|
 |
Pathfinder Development » More Named Scope Awesomeness
Summary:
none
|
 |
Sexy Forms in Rails
Summary:
Basically, I got sick of having to manually create label tags for each of my form inputs. I m also lazy, and would have a tendency to forget to put them in otherwise.
|
 |
Developing iPhone applications using Ruby on Rails and Eclipse, Part 2: Displaying iPhone content to the client
Summary:
Although Mobile Safari is more than adequate at rendering normal Web pages, many Web developers created versions of applications aimed at the iPhone.
|
|
|
Ruby Hot Links
 |
MOONGIFT: » チェック必須!Rails新時代の到来か?「Passenger(mod_rails for Apache)」:オープンソースを毎日紹介
Summary:
none
|
 |
The Ruby on Rails I18n core api - artweb design
Summary:
The following post is about technical api and implementation details. The pivotal point of the new I18n api in Rails is the I18n module which is provided as a gem and shipped with Rails in ActiveSupport s vendor directory.
|
 |
The complete guide to setting up Starling
Summary:
I ve wrestled with backgroundrb in the past, but it just seemed like a chore. So without too much further ado, the complete guide to installing, using, and monitoring starling. The initial lure to Starling though was via the Workling plug-in.
|
 |
Pathfinder Development » DRYing up Rails Controllers: Polymorphic and Super Controllers
Summary:
Identical methods across many controllers are a very common problem: consider comments, for example, where you might encounter an add_comment and remove_comment in every controller.
|
 |
How to use Google’s SMTP server and Gmail to send emails with Ruby « rubybook = Blog.new :title => “Gerald Bauer’s Ruby Notebook”, :about => “Internet Professional in Vancouver, B.C.”
Summary:
none
|
 |
Sexy Forms in Rails
Summary:
Basically, I got sick of having to manually create label tags for each of my form inputs. I m also lazy, and would have a tendency to forget to put them in otherwise.
|
|