https://github.com/texpert/meetup_website
https://github.com/texpert/meetup_website
adminlte postgresql ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/texpert/meetup_website
- Owner: texpert
- Created: 2024-07-29T18:15:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-10T08:17:05.000Z (2 months ago)
- Last Synced: 2026-04-10T10:29:14.053Z (2 months ago)
- Topics: adminlte, postgresql, ruby, ruby-on-rails
- Language: HTML
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This application is running on:
* Ruby version 3.4.8
* Rails version 8.1.3
## Dependencies
### Checking for outdated or vulnerable JS packages:
Importmap for Rails provides two commands to check your pinned packages:
./bin/importmap outdated checks the NPM registry for new versions
./bin/importmap audit checks the NPM registry for known security issues
### Updating JS packages
./bin/importmap update
If `update` doesn't work, you can pin the new version:
./bin/importmap pin bootstrap@5.3.7
### Updating CSS packages
Download new packages and store them into the `vendor/assets` folder
## Configuration
## Database creation
## Database initialization
## How to run the test suite
## Services (job queues, cache servers, search engines, etc.)
## Deployment instructions