]> gitweb.mndrdr.org Git - arelpe.git/commit
pages; error handling; links updated; logos more places
authorAidan Cornelius-Bell <[email protected]>
Sat, 14 Sep 2024 23:41:31 +0000 (09:11 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 00:28:47 +0000 (09:58 +0930)
commit52b5bc672cb495fc5e5fbae159bf7c75ef694135
treea30112c4984aaef28cf8dadb4e3357ac61841199
parentde4ac4857b82290983293c99f1c7866659a2ccc8
pages; error handling; links updated; logos more places
41 files changed:
.DS_Store
app/.DS_Store
app/assets/.DS_Store
app/assets/images/icon-512.png [moved from app/assets/images/logo-192.png with 100% similarity]
app/assets/images/missing.svg [new file with mode: 0644]
app/assets/stylesheets/application.css
app/controllers/pages_controller.rb [new file with mode: 0644]
app/controllers/pubview_controller.rb
app/helpers/pages_helper.rb [new file with mode: 0644]
app/models/page.rb [new file with mode: 0644]
app/views/devise/base_template.html.erb
app/views/error/error.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb
app/views/pages/_form.html.erb [new file with mode: 0644]
app/views/pages/_page.html.erb [new file with mode: 0644]
app/views/pages/edit.html.erb [new file with mode: 0644]
app/views/pages/index.html.erb [new file with mode: 0644]
app/views/pages/new.html.erb [new file with mode: 0644]
app/views/pages/show.html.erb [new file with mode: 0644]
app/views/posts/_form.html.erb
app/views/pubview/index.html.erb
app/views/pubview/post.html.erb
app/views/pubview/show_public.html.erb [new file with mode: 0644]
config/application.rb
config/routes.rb
db/.DS_Store [copied from app/controllers/.DS_Store with 97% similarity]
db/migrate/20240914222256_create_pages.rb [new file with mode: 0644]
db/migrate/20240914223207_rename_public_to_visibility_in_pages.rb [new file with mode: 0644]
db/schema.rb
lib/.DS_Store [copied from app/assets/images/.DS_Store with 100% similarity]
lib/templates/erb/scaffold/_edit.html.erb.tt [deleted file]
lib/templates/erb/scaffold/_form.html.erb.tt [deleted file]
lib/templates/erb/scaffold/_index.html.erb.tt [deleted file]
lib/templates/erb/scaffold/_new.html.erb.tt [deleted file]
lib/templates/erb/scaffold/_show.html.erb.tt [deleted file]
public/simplemde.min.css [new file with mode: 0644]
public/simplemde.min.js [new file with mode: 0644]
test/controllers/pages_controller_test.rb [new file with mode: 0644]
test/fixtures/pages.yml [new file with mode: 0644]
test/models/page_test.rb [copied from test/models/post_test.rb with 65% similarity]
test/system/pages_test.rb [new file with mode: 0644]