Setup email reminders in rails
Go to file
crstin e4a317111c Add reminder feature 2020-02-12 13:57:03 +01:00
app Add reminder feature 2020-02-12 13:57:03 +01:00
bin Initial commit 2020-02-12 13:02:03 +01:00
config Add reminder feature 2020-02-12 13:57:03 +01:00
db Add reminder feature 2020-02-12 13:57:03 +01:00
lib Initial commit 2020-02-12 13:02:03 +01:00
log Initial commit 2020-02-12 13:02:03 +01:00
public Initial commit 2020-02-12 13:02:03 +01:00
spec Add reminder feature 2020-02-12 13:57:03 +01:00
storage Initial commit 2020-02-12 13:02:03 +01:00
tmp Initial commit 2020-02-12 13:02:03 +01:00
vendor Initial commit 2020-02-12 13:02:03 +01:00
.browserslistrc Initial commit 2020-02-12 13:02:03 +01:00
.gitignore Initial commit 2020-02-12 13:02:03 +01:00
.rspec Setup testing framework 2020-02-12 13:24:22 +01:00
.ruby-version Initial commit 2020-02-12 13:02:03 +01:00
Gemfile Setup Devise 2020-02-12 13:27:08 +01:00
Gemfile.lock Setup Devise 2020-02-12 13:27:08 +01:00
Guardfile Setup testing framework 2020-02-12 13:24:22 +01:00
README.md Setup testing framework 2020-02-12 13:24:22 +01:00
Rakefile Initial commit 2020-02-12 13:02:03 +01:00
babel.config.js Initial commit 2020-02-12 13:02:03 +01:00
config.ru Initial commit 2020-02-12 13:02:03 +01:00
package.json Initial commit 2020-02-12 13:02:03 +01:00
postcss.config.js Initial commit 2020-02-12 13:02:03 +01:00
yarn.lock Initial commit 2020-02-12 13:02:03 +01:00

README.md

README

Project Setup

rails new -T -d sqlite3 scheduled_reminders