jumpstart icon indicating copy to clipboard operation
jumpstart copied to clipboard

Easily jumpstart a new Rails application with a bunch of great features by default

Results 13 jumpstart issues
Sort by recently updated
recently updated
newest added

Hi Chris, I am using the rails 7 with jumpstart, and have installed madmin I wanted to implement pretender and found that you had already done all the ground work...

Default `importmaps` used during `rails new` step and subsequent `esbuild` installation step causes errors described in #175. This PR tickles internal `@options` overriding `javascript` option to `esbuild`. As a result,...

The template install script currently breaks at `esbuild`. Here is the output: ```shell yarn run v1.22.11 $ esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds ✘ [ERROR] Could not resolve "@hotwired/turbo-rails" app/javascript/application.js:2:7: 2...

:wave: I recently published [setup-rails](https://github.com/andyw8/setup-rails), a reusable GitHub CI workflow: https://www.andywaite.com/2022/04/15/reusable-github-actions-rails-workflow.html I'm hoping this would be a useful addition to Jumpstart. Here's an example of it in use: http://github.com/andyw8/jumpstart-setup-rails (I...

I think the problem I encountered in #171 could have been caught if `yarn build` ran as part of the tests. I've implemented this as a test following the style...

In a fresh install of jumpstart when I attempt to go to the Madmin Users section and add a user I get the following error: uninitialized constant NotificationResource ![Screen Shot...

Fixes Issue #176 by changing line of of `app/javascript/controllers/index.js` from: `import { application } from "./application"` to `import { application } from "../application"`

I'm seeing an esbuild error with a Rails 6.1.0 app I generated today: ``` $ bin/dev 11:37:41 web.1 | started with pid 27390 11:37:41 worker.1 | started with pid 27391...

@excid3 can we remove this file containing webpack related content?. We are using the `esbuild-rails` plugin to load all files with the suffix `_channel.js`. Someone may not notice the errors...