Skip to content

Commit

Permalink
merged with article-posting branch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmckissock committed Jun 11, 2024
2 parents 7802af6 + f6ee09c commit 275f424
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 38 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
ruby-version: 3.0.0
bundler-cache: true
- name: standardrb
run: bundle exec standardrb
run: bundle exec standardrb
- name: Run tests
run: bundle exec rails test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A Hacker News clone where users can post articles.
1. **Clone the repository:**

```sh
git clone https://github.com/yourusername/hacker_news_clone.git
cd hacker_news_clone
git clone git@github.com:vigetlabs/haxxor-news.git
cd haxxor_news
```

2. **Install the required gems:**
Expand Down
5 changes: 1 addition & 4 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
//= link application.css
3 changes: 0 additions & 3 deletions app/javascript/application.js

This file was deleted.

9 changes: 0 additions & 9 deletions app/javascript/controllers/application.js

This file was deleted.

7 changes: 0 additions & 7 deletions app/javascript/controllers/hello_controller.js

This file was deleted.

11 changes: 0 additions & 11 deletions app/javascript/controllers/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>

</head>

<body>
Expand Down

0 comments on commit 275f424

Please sign in to comment.