-
-
Notifications
You must be signed in to change notification settings - Fork 519
Reintroduce system executable #1259
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
994ff45
Re-introduce system executable
stevepolitodesign 71a76db
Optimize for Heroku (#1260)
stevepolitodesign b3cc02c
Configure test suite (#1262)
stevepolitodesign 5131b8b
Configure Sidekiq (#1264)
stevepolitodesign 4c8be42
Update layout (#1265)
stevepolitodesign e72a921
Introduce accessibility tooling (#1266)
stevepolitodesign 03dad47
Configure mailer interceptor (#1267)
stevepolitodesign 7498352
Configure Inline SVG (#1268)
stevepolitodesign 806cde8
Configure development environment (#1269)
stevepolitodesign f154989
Configure production environment and set application-wide settings (#…
stevepolitodesign 6e1224b
Update rdoc (#1271)
stevepolitodesign 2ac439f
Introduce Ralph
laicuRoot 3991f88
Introduce strong_migrations
laicuRoot 9caea1a
Fix CI label (#1275)
stevepolitodesign c4eeb8d
Improve CI script and fix broken layout (#1276)
stevepolitodesign ef2eab9
Introduce `suspenders -v` and `suspenders new app_name` (#1273)
laicuRoot a76c802
Update README.md, FEATURES.md and generated README.md (#1277)
stevepolitodesign e65af5f
Document GitHub Actions and Heroku (#1278)
stevepolitodesign 60c1366
Fix `Procfile.dev` (#1279)
stevepolitodesign c9b95bd
Fix generated CI scipt (#1280)
stevepolitodesign d6e5a02
Ignore `/spec/examples.txt` (#1281)
stevepolitodesign a057bd6
Configure test environment (#1282)
stevepolitodesign e3daa1b
Fix executable (#1283)
stevepolitodesign 3473218
Improve local development (#1284)
stevepolitodesign f6edd76
Fix application layout (#1285)
stevepolitodesign 2ac4384
Update documentation (#1286)
stevepolitodesign 0c087e8
Improve QA experience (#1287)
stevepolitodesign 4176366
Introduce `development:db:seed` and `development:db:seed:replant` tas…
stevepolitodesign 4b4fac5
Prepare for release (#1289)
stevepolitodesign File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,12 @@ | ||
| /.bundle/ | ||
| /.yardoc | ||
| /_yardoc/ | ||
| /coverage/ | ||
| /doc/ | ||
| /log/*.log | ||
| /pkg/ | ||
| /spec/reports/ | ||
| /tmp/ | ||
| /test/dummy/db/*.sqlite3 | ||
| /test/dummy/db/*.sqlite3-* | ||
| /test/dummy/log/*.log | ||
| /test/dummy/storage/ | ||
| /test/dummy/tmp/ | ||
| node_modules | ||
|
|
||
| # rspec failure tracking | ||
| .rspec_status | ||
| /qa/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| --format documentation | ||
| --color | ||
| --require spec_helper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| ruby_version: 3.0.5 | ||
| ignore: | ||
| - "templates/partials/db_optimizations_configuration.rb" | ||
| - "templates/partials/pull_requests_config.rb" | ||
| - "templates/partials/email_smtp.rb" | ||
| # For available configuration options, see: | ||
| # https://github.com/standardrb/standard | ||
| ruby_version: 3.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.