Giter Site home page Giter Site logo

devise_sessionable's People

Contributors

rustcomet avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

devise_sessionable's Issues

add :uuid option to migration

At the moment the migration assumes that authable is uuid, but the table name in not uuid.

This should be an option that can be passed to the install command

Generated migration doesn't work in Rails 5

== 20171106025207 CreateSessions: migrating ===================================
-- create_table(:sessions, {:id=>:uuid})
   -> 0.0443s
-- add_index(:sessions, :authentication_token)
   -> 0.0066s
== 20171106025207 CreateSessions: migrated (0.0511s) ==========================

rails aborted!
StandardError: An error has occurred, this and all later migrations canceled:

Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:

  class DeviseSessionableCreateSessions < ActiveRecord::Migration[4.2]
/Users/tristanhart/workspace/ohai-rails/db/migrate/20171108062236_devise_sessionable_create_sessions.rb:1:in `<top (required)>'
/Users/tristanhart/workspace/ohai-rails/bin/rails:9:in `require'
/Users/tristanhart/workspace/ohai-rails/bin/rails:9:in `<top (required)>'
/Users/tristanhart/workspace/ohai-rails/bin/spring:15:in `<top (required)>'
bin/rails:3:in `load'
bin/rails:3:in `<main>'

Caused by:
StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:

  class DeviseSessionableCreateSessions < ActiveRecord::Migration[4.2]
/Users/tristanhart/workspace/ohai-rails/db/migrate/20171108062236_devise_sessionable_create_sessions.rb:1:in `<top (required)>'
/Users/tristanhart/workspace/ohai-rails/bin/rails:9:in `require'
/Users/tristanhart/workspace/ohai-rails/bin/rails:9:in `<top (required)>'
/Users/tristanhart/workspace/ohai-rails/bin/spring:15:in `<top (required)>'
bin/rails:3:in `load'
bin/rails:3:in `<main>'
Tasks: TOP => db:migrate
(See full trace by running task with --trace)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.