Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

before_filter with devise

Unwanted form parameters being appended to pagination links

Multi-tenant rails application: what are the pros and cons of different techniques?

Ruby rails - how to find_by multiple options?

ruby ruby-on-rails-3

How to add an input not related to the model with Formtastic

rails, how to alias a relation in model?

Rails 3.0/3.2: Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id

Rails 3.2.2 log files unordered, requests intertwined

ruby-on-rails-3 logging

How can I host multiple Rails apps with nginx and Unicorn?

PG::Error: ERROR: null value in column "created_at" when inserting records into associated model

ruby-on-rails-3

Rails File.exist? yields false when file is present

ruby ruby-on-rails-3

Rails 3 - link_to to call partial using jquery ajax

Where should flash files be stored in 3.1?

Rails utf-8 problem

How to require assets only for development environment

Internal Server Error 500 gets thrown instead of 404 while trying to access broken picture urls

Why is jQuery not loading in my Rails 3.2.3 app?

Setup database without seed data

Devise 'translation missing' error with subclassed controller

How to define polymorphic association with factory girl/bot