- Add flash message helper and styles for consistent notifications - Replace Devise error messages with flash-based notifications - Add dashboard page with event statistics - Configure SMTP settings for development and production - Update authentication controllers to use flash messages - Add JavaScript controller for auto-dismiss functionality
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
web: env RUBY_DEBUG_OPEN=true bin/rails server
|
|
js: yarn build:dev --watch
|
|
css: yarn build:css --watch
|