Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed on Mac

How to prevent installing documentation for gems automatically using gem v. 2.0

ruby rubygems ruby-2.0

How can I check what redis port and instance sidekiq is connected to?

ruby redis sidekiq

Compare two arrays in Ruby

ruby

How to generate a color based on an alphanumeric string using Ruby?

ruby colors hex

Ruby: Why is an instance variable defined inside a class nil?

ruby

In Rails I'm getting this error from Guard saying I have to update to the new :cmd syntax

Rails 4.1.0.beta1 upgrade fails

How do I find out all the dependencies of a gem?

ruby rubygems

Ruby: Difference between map and inject

ruby

Error Rails - libxml-Ruby

Unable to activate susy-2.1.1, because sass-3.2.17 conflicts with sass (~> 3.3.0)

How to call app Model in initializers with Ruby on Rails

ExecJS::RuntimeUnavailable in Rails 4.1.4

Debugging in RubyMine with Pow as a server - Ruby 2.1.1 + Rails 4

RubyonRails- You must set config.secret_key_base in your app's config

gulp-ruby-sass: 'bundle' is not recognized as an internal or external command, operable program or batch file

css ruby sass

How to access current_user object in model?

Simple_form required field does not work - Ruby on Rails

Getting ActionController::RoutingError (No route matches [OPTIONS] "/users" when trying to POST data to RAils server with AngularJS