Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Active Admin: How to customize labels for select filter?

How to edit Rails serialized hashes in a form?

can Belongs_to work without has_many or has_one

Insert HTML special characters in (i18n) yml

How can this destroy action be tested with RSpec?

Ruby On Rails scaffold need to include foreign keys?

Add constraint to route to exclude certain keyword

Render :partial with :layout don't work in view

Rails: ActiveRecord Query for has_many :through model

Double nested model forms

How to test after_initialize callback of a rails model?

in rails, unable to override content-disposition filename

Mount an engine on subdomain Rails 3.1

how can I run an initializer from the rails console?

Rails current_page? "fails" when method is POST

ruby-on-rails-3

Redirect_to with string path

How does rails decide to render a form with a method of PUT or POST?

DRY Controllers in Rails 3.2

ruby ruby-on-rails-3 dry

Custom Javascript Rails Admin

What's the difference between Rails dup and clone methods? [duplicate]