Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Switching between web and touch interfaces on Facebook login using Omniauth and Rails 3

How do I limit the number of replacements when using gsub?

ruby gsub

Conditional Page Caching [Solution: Conditional Fragment Caching]

Is it possible to to rewrite the base URL in Sinatra?

ruby url sinatra rack base

Is there a way for mongoid to use integer(number) as a default id rather than long hash value?

ruby-on-rails ruby mongoid

Simple Console in RubyMine

Is there a way to print a message after a user installs a Ruby gem?

ruby rubygems gemspecs

rails ajax fav button for user posts

Rails 3.1: how to run an initializer only for the web app (rails server/unicorn/etc)

Updating a YAML file in Ruby

ruby yaml

System new line separator in Ruby

ruby newline

Ruby - How to check if a string contains all the words in an array?

ruby string

Rails devise delete register

Multiple Ruby EventMachines in one process: possible?

ruby eventmachine

How to pass an object in a radio button tag?

Match sequences of consecutive characters in a string

ruby regex

Alias method chain undefined method

ruby-on-rails ruby

How to override Zurb Foundation css properties using rails 3.1?

How to iterate over an array with HAML?

ruby iteration

Why can I assign an undefined variable to itself in Ruby and get nil? [duplicate]