Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Evaluating a frozen string

Transmit Heroku environment variables to Docker instance

Old and new values for an attribute in ActiveRecord validation

ActiveRecord accessor dot(.) vs bracket([])

Ruby NET::HTTP Read the header BEFORE the body (without HEAD request)?

ruby-on-rails ruby

rake gems:install shows error (database is not migrating)/

How do I send mail from a Ruby program?

ruby email

Fixtures and Selenium and Rails (oh my?)

base.extend vs. base.class_eval extend

ruby

How can I restrict Markdown syntax in Ruby?

ruby-on-rails ruby markdown

How do I install SQlite3 for Ruby on Rails while using RVM

scheduling sequential tasks with whenever gem

How to use hooks in ruby gems

ruby rubygems

Module gets reloaded every request so initialized data are lost

Rails 3.1 server start fails with "Abort trap: 6"

How to suppress/disable "cache miss" messages when running rspec tests in rails 3.1

ruby-on-rails ruby rspec

Why are Rails Weekday indexes different than Ruby's?

Verify client certificate using SSLServer in Ruby

ruby ssl client certificate

Ruby - how do I run a method on each array element on different threads?

ruby arrays multithreading

Ruby/Rails - How do I prevent character escaping (or unescape afterwards)?

ruby escaping