-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jumpstart rails 5 issue #13
Comments
Works just fine for me on Rails 5.2 and 6.0. Make sure you ran
|
Jumpstart doesn't come with simple_discussion btw, in case that was the point of confusion. My guess is just a missing bundle install still. |
Hi Chris I've just tried to add it to jumpstart and whilst I did the bundle etc ... I'm getting the following:
The table doesn't already exist. So, why is the migration asking me to delete the table? |
@dazzaroonie it was set to |
@excid3 OK. I deleted it and it worked anyways. |
Maybe, it's really hard to maintain different templates. I feel like that may be too much to do right now. |
I just created a fork for this, and I am probably going to replace the hardcoded 'User' model with one of mine and replace bootstrap with tailwind for one of my product. I may or may not introduce support for multiple models depending upon my timelines. So if you want I can probably create a pr once I'm done with changes. Also, if you have any specifications regarding the design, like what you have on GoRails, we can always get in touch and discuss. |
Open to PRs for those features @raviy06 👍 |
Hi Chris was just trying to have a play with this using jumpstart< downloaded from repo today, rails 5.2 & ruby 2.6
rails simple_discussion:install:migrations rails aborted! Don't know how to build task 'simple_discussion:install:migrations' (See the list of available tasks with
rake --tasks)
any ideas?
The text was updated successfully, but these errors were encountered: