-
1. gem rails12factor no longer needed in rails5 apps as advised by [official heroku rails12factor repo](https://github.com/heroku/rails_12factor#new-rails-5-apps)
2 . Having the exact version o…
-
**As a user i want to start my Server after initialising a Rails Project**
I am Running on ruby-2.3.1@rails5.0.1/gems/puma-3.7.1/
After init 'rails s --db=postgresql --api i am not able to run ra…
-
Hi Just want to ask
How can i restrict user to sign-in again if the user is successfully signed-in?
For instance i signed-in and it was successful and redirect to home-page but if i navigate to s…
-
I see that you have a Rails5 task on your roadmap, no update since April - is this project still developing?
I'm getting the follow error with Rails 5 rc2 using this gem. Basically following your …
-
I cloned the repo.
I executed: npm install and bower install.
The first one ended with some missing things i.e. missing: punycode@>=0.2.0, required by tough-cookie@0.12.1
and some invalids i.e.
invali…
-
Can someone please cut a rails 5 compatible gem and place it on ruby gems? The last build is from Feb and only supports Rails 4
-
Hi,
I have a Rails 5 api and I try use Clearance in it but have this error : `No such middleware to insert after: ActionDispatch::ParamsParser (RuntimeError)`. Here is a middleware in dev :
```
use…
-
nulldb-adapter is configured as primary database for my rails app in database.yml.
If using nulldb-adapter with rails 5.0.0.1 / active_record 5.0.0.1 it will raise this error with the following stack …
-
Hi, i am so happy to see that you've released 1.2 with support for rails 5. I'm trying to get it up and running, but there are some issues:
1) force cascade on tables in schema.rb cause a failed drop …
-
#### Issue Summary
sending email with multiple content types (text+html) fails. Error received is "expected object but received string for content.0" .. not sure how to properly specify the email as …