wheel
wheel copied to clipboard
Don't reinvent the wheel for every new Rails project. Use sane Defaults.
Rails 7 goodies! https://edgeapi.rubyonrails.org/classes/ActiveRecord/Relation.html#method-i-load_async @yedhink _a
Currently, it doesn't do anything. It should ideally trigger an email for password reset
This should be important since Tailwind v3 includes JIT mode that adds some great features like arbitrary values etc. cc: @yedhink Since you're more aware of the state of wheel,...
https://github.com/rails/rails/blob/fbe2433be6e052a1acac63c7faf287c52ed3c5ba/activerecord/lib/active_record/railties/databases.rake#L132
Now by default react-router-dom pulls down v6. This means, our existing components have a chance to break. I can hardcode the version to 5.3.0 and things would work. But that...
Can we try integrating prettier for ruby? https://github.com/prettier/plugin-ruby @neerajdotname : Have we tried it before?
as per https://www.bigbinary.com/blog/rails-6-adds-rails-db-prepare-to-migrate-or-setup-a-database ``` rails db:create # run the migrations rails db:migrate # prepopulate the database with initial/default data rails db:seed ``` can be replaced with `rails db:prepare `
Right now since the `sign_in` helper from `devise` is used, cookie-based authentication is also present in Wheel. Since we are moving to token auth, we could remove this helper and...