Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

How do i get rid of @controller is nil error in my tests

Rails 3: Multiple Select with has_many through associations

Rails 3: OpenSSL::SSL::SSLError: hostname was not match with the server certificate

How to count lines of code?

Truncate table(s) with rails console

Displaying a Carrierwave filename in the view

Send to multiple recipients in Rails with ActionMailer

What does <%== %> do in rails erb?

How to use ActiveAdmin on models using has_many through association?

How do I extract Rails view helpers into a gem?

Create seed file from data already in the database

Rails i18n: How to know what is the current language?

Why is it best to store a telephone number as a string vs. integer?

How to Destroy multiple objects simultaneously in Rails 3

rake db:migrate doesn't seem to work in production

What is the difference between Rails.cache.clear and rake tmp:cache:clear?

How to submit multiple NEW items via Rails 3.2 mass-assignment

Rails 3 - no such file to load -- openssl

What is the order of ActiveRecord callbacks and validations?

How to implement min/max validator in Rails 3?