Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-4

Rails 4 Authentication

Rails 4 form without model and database

ruby-on-rails-4

Display SQL queries in log with Rails 4

Post returns 405 method not allowed

Puma - show full logs when run server with config file

Rails: AbstractController::Helpers::MissingHelperError - Missing helper file application_helper.rb_helper.rb

undefined method `t' for Admin::FaqsController:Class

Ruby on Rails Application Template

CSS styling is broken when deploying my rails app to heroku

css ruby-on-rails-4 heroku

Testing Rake in Rails: Multiple Error Raises Silenced In Test

Mailer error missing template

Rails raw query for csv format, to be returned via controller

Rails - Testing a method that uses DateTime.now

Heroku, Rails 4, and Rack::Cors

heroku ruby-on-rails-4 cors

Is my understanding of Unicorn, Sidekiq and DB Pool size correct?

Cannot add foreign key constraint error when running rails migration

Is ActiveRecord's "order" method vulnerable to SQL injection?

sql ruby-on-rails-4

Rails 4: how to use named scope with has_many associations

How do I get the current action from within a controller?

How do I render a partial to a string?