-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from anewman15/main
Main
- Loading branch information
Showing
6 changed files
with
2,557 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
#!/usr/bin/env ruby | ||
begin | ||
load File.expand_path('../spring', __FILE__) | ||
rescue LoadError => e | ||
raise unless e.message.include?('spring') | ||
end | ||
APP_PATH = File.expand_path('../config/application', __dir__) | ||
require_relative '../config/boot' | ||
require 'rails/commands' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
#!/usr/bin/env ruby | ||
begin | ||
load File.expand_path('../spring', __FILE__) | ||
rescue LoadError => e | ||
raise unless e.message.include?('spring') | ||
end | ||
require_relative '../config/boot' | ||
require 'rake' | ||
Rake.application.run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
{ | ||
"name": "activize", | ||
"version": "1.0.0", | ||
"name": "random_practice", | ||
"private": true, | ||
"engines": { | ||
"node": "15.2.0", | ||
"yarn": "1.22.5" | ||
}, | ||
"description": "This is an activity logger app that helps a user create daily activities and categorize them according to various categories they have in mind. They are able to name and create those groups according to their convenience.", | ||
"main": "index.js", | ||
"repository": "git@github.com:anewman15/activize.git", | ||
"author": "Abdullah Numan <anewman15@hotmail.com>", | ||
"license": "UNLICENSED" | ||
"dependencies": { | ||
"@rails/actioncable": "^6.0.0", | ||
"@rails/activestorage": "^6.0.0", | ||
"@rails/ujs": "^6.0.0", | ||
"turbolinks": "^5.2.0" | ||
}, | ||
"version": "0.1.0", | ||
"devDependencies": { | ||
"webpack-dev-server": "^3.11.0" | ||
} | ||
} |
Oops, something went wrong.