Skip to content

Commit

Permalink
Add Turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
virolea committed Aug 29, 2024
1 parent 0e67116 commit df3fecd
Show file tree
Hide file tree
Showing 9 changed files with 6,265 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
rosetta (0.1.0)
rails (>= 7.2.0)
turbo-rails (~> 2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -219,6 +220,10 @@ GEM
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
turbo-rails (2.0.6)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand Down
1 change: 1 addition & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: env RUBY_DEBUG_OPEN=true bin/rails server
css: npm run build:css:watch
js: npm run build:js:watch
Loading

0 comments on commit df3fecd

Please sign in to comment.