You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 months ago | |
|---|---|---|
| .vscode | 1 year ago | |
| app | 1 year ago | |
| bin | 1 year ago | |
| config | 1 year ago | |
| db | 1 year ago | |
| doc | 1 year ago | |
| lib | 1 year ago | |
| log | 2 years ago | |
| public | 2 years ago | |
| storage | 2 years ago | |
| test | 1 year ago | |
| tmp | 2 years ago | |
| vendor | 1 year ago | |
| .env.sample | 1 year ago | |
| .gitignore | 2 years ago | |
| .rubocop.yml | 9 months ago | |
| .semver_git_tag | 1 year ago | |
| Gemfile | 1 year ago | |
| Gemfile.lock | 1 year ago | |
| Procfile.dev | 1 year ago | |
| README.md | 9 months ago | |
| Rakefile | 2 years ago | |
| TODO.md | 1 year ago | |
| config.ru | 2 years ago | |
README.md
Easy Going Rails
Install from scratch Debian 12 (bookworm)
sudo apt install -y build-essential ruby-dev libpq-dev libyaml-dev
2>/dev/null grep -q GEM_HOME $HOME/.bashrc || printf "export GEM_HOME=$HOME/.ruby\nexport PATH=\$PATH:\$GEM_HOME/bin\n" >> $HOME/.bashrc && source $HOME/.bashrc
[[ -f $HOME/.gemrc ]] || echo 'gem: --no-document' >> $HOME/.gemrc
gem install bundler
bundle install
DATABASE
-
miaou, reuse dbs.lxd (or ct1.lxd)
- echo "DATABASE_HOST=ct1.lxd" >> .env
-
connect to miaou host
- db-psql create easy-going-rails
RUN
- rails db:migrate
- ./bin/dev
TODO
-
Popup Notification
- compliant with turbo drive caching
- customize style
-
Customized Turbo
- Progress Bar
- Confirm Method using HTML modal
-
Production Ready
- ./bin/prod
- Syslog
-
Pagination through Turbo Frame
- Pagy
Featuring
- VsCodium development improvement
- Ruby-lsp
- Ruby-lsp-rails
- Ruby Db Schema
- Markdown All in One
- TODO Highlighter
- run
rails notesto show up any TODO or FIXME
- run
- Debugger friendly
- ask before killing ./bin/dev
- Ruby-lsp
- Tailwind CSS
- Rails Live Reload
- compliant with Tailwind build
- ERB Formatter
- Keep 1 blank line
MAYBE
-
/bin/setup
- check debian12
- git clone from public repository
- remove .git folder
- remove /bin/setup
- ask for main configuration (application_title, alpineJs)
-
Postgresql text search
- Fuzzy search with trigrams
aaa