Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

ActiveAdmin form on show page without a panel

Covert ActiveRecord MySQL result to array of objects

upload an RMagick-generated file from Heroku to Amazon S3

Most elegant way to keep track of "last active" time

Where do I use the find_or_create_by method?

ruby-on-rails

With `CarrierWave::MimeTypes` deprecated, how should uploaders handle/overwrite generic content types?

Rails 4 + Apache error: End of script output before headers:

ruby-on-rails apache

vendor/bundle and ruby version

ruby-on-rails ruby rbenv

Bundle install do not work for rails-4.2.6 for bundler 2.0.1

How do I determine if a string is numeric?

ruby-on-rails ruby

Devise remove a user but keep his data, and set a flag _is_deleted in rails 3.1

How do you protect controller actions with Devise?

ruby-on-rails ruby devise

Shows "no route matches" for delete link rails 4

Ruby/Rails: difference between "@item" and "item" in a view

ruby-on-rails ruby