Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Rails 3: Polymorphic liking of Entities by User, how?

Looking for a good wiki platform for Rails

ruby-on-rails ruby wiki

Notification bar in Ruby on Rails

Adding an onclick option to link_to method in rails?

What does Unicorn consider to be "fast" and "slow" requests?

ruby rack unicorn

Custom filtering of parameters in rails 3 using config.filter_parameters

Will Paginate: Limit number of results

which global variable is for last expression

ruby

Database-safe Concurrency in ROR

How to bundle install via a CLI/Ruby system call?

ruby bundler gemfile

Is high-speed sorting impossible with Ruby?

ruby

ERROR: While executing gem ... (NoMethodError) undefined method `spec' for nil:NilClass

How to make Thor find templates for system installed .thor files?

ruby thor

How do I extract the child text with Nokogiri?

ruby-on-rails ruby nokogiri

how to create multi page pdf from html

Is there a workaround for "stack level too deep" errors in recursive routines?

Strange errors when installing my gem

ruby rubygems gemspecs

Ruby zerofill a string

ruby printf ruby-1.9.2

How to redirect a user after registration when using Devise?

ruby-on-rails ruby devise

Why does array.slice behave differently for (length, n)

ruby arrays