]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Rails 8 fixups
authorAidan Cornelius-Bell <[email protected]>
Fri, 10 Jan 2025 23:02:05 +0000 (09:32 +1030)
committerAidan Cornelius-Bell <[email protected]>
Fri, 10 Jan 2025 23:02:05 +0000 (09:32 +1030)
README.md
config/application.rb

index 0ac986060eb2cc1f1619aa53d6185fba69ec8733..985bab906cba68c5dfda326110f976f4ed96e9c1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ Arelpe is a Ruby on Rails application that provides a RESTful API for managing b
 
 ## Requirements
 
-- Ruby 3.3.4
-- Rails 7.2.1
-- MySQL database
+- Ruby 3.3.5
+- Rails 8.0
+- MySQL/MariaDB database
 
 ## Installation
 
@@ -43,7 +43,7 @@ Arelpe is a Ruby on Rails application that provides a RESTful API for managing b
    EDITOR="nano" rails credentials:edit
    ```  
 
-5. Set up TOTP codes (maybe needed in PROD)
+5. Set up TOTP codes (this fixup often needed)
    ```
    rails generate migration AddConsumedTimestepToUsers consumed_timestep:integer
    RAILS_ENV=production rails db:migrate
index d3de08be0bf5e2445483c8e736c801e2d4dfe3ac..4f18747ca1ec4f4599869cf986420080f9664834 100644 (file)
@@ -34,6 +34,7 @@ module Arelpe
     # in config/environments, which are processed later.
     #
     # config.time_zone = "Central Time (US & Canada)"
+    config.time_zone = "Australia/Adelaide"
     # config.eager_load_paths << Rails.root.join("extras")
   end
 end