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.
 
 
 
 
 
pvincent e0ae93658e old_definitions in progress 1 day ago
.vscode vscode settings 1 month ago
app refactor on_changes 2 weeks ago
bin production step1 1 month ago
config refactor on_changes 2 weeks ago
db LSP ok 7 months ago
doc hot_constants first attempt 2 weeks ago
lib old_definitions in progress 1 day ago
log LSP ok 7 months ago
public LSP ok 7 months ago
storage LSP ok 7 months ago
test ansi_dimensions imporvement #1 2 weeks ago
tmp LSP ok 7 months ago
vendor alpinejs 4 weeks ago
.env.sample old_definitions in progress 1 day ago
.gitignore new debugger 4 months ago
.rubocop.yml rubocop pending features 6 months ago
.semver_git_tag tagged as 0.1.1 6 months ago
Gemfile basic_formatter for prod purpose 1 month ago
Gemfile.lock basic_formatter for prod purpose 1 month ago
Procfile.dev debug 4 months ago
README.md old_definitions in progress 1 day ago
Rakefile LSP ok 7 months ago
TODO.md hot_constants first attempt 2 weeks ago
config.ru new debugger 4 months 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 notes to show up any TODO or FIXME
    • Debugger friendly
      • ask before killing ./bin/dev
  • 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