Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Changing data-method with javascript does not change what method the ajax calls users?

ruby-on-rails ruby ujs

Active Admin and custom method

How to reload schema.rb in rails app?

ruby-on-rails ruby

.gemrc comments?

ruby comments gem rc

Checking if a Ruby program was executed or imported via require

ruby command-line

Read content of a file off a remote svn repo without checking it out locally

ruby svn bash

RoR | how to get content_tags to nest?

Ruby flow control: throw an exception, return nil or let it fail?

Open Vim from a Rakefile?

ruby rake

RVM / downgrading bundler gem

ruby-on-rails ruby rvm bundler

spawning a process in ruby, capturing stdout, stderr, getting exist status

ruby

Ruby mysql2 multiple statements in single query

mysql ruby mysql2

rspec - how can I get "pendings" to have my text and not just "No reason given"

Ruby on Rails regexp equals-tilde vs. array include for checking a list of options

ruby regex ruby-on-rails-3

Calling a private method xxx using self.xxx() from within another private method resulting in error "private method `xxx' called"

ruby private

How to insert bullet character in a Ruby string?

ruby

Active Admin date filter date format customisation

Rails 3 - Filter chain halted as :authentication rendered or redirected

Storing a MessagePacked hash in Redis

ruby redis msgpack messagepack

Can a class in ruby store the number of instantiated objects using a @class_instance_variable and not a @@class_variable?