Dress to Impress, a big fancy Neopets customization tool!
Find a file
Matchu c2abc8d876 Add playbook to deploy new app version
Okay, this is much simpler than the impress-2020 version where we symlinked node_modules and stuff - Bundler is just a lot better at this lol

Right now, the app is failing to start because we don't install Node—I wasn't sure whether we'd need to and whether I was gonna precompile the assets etc

Though now that I say that out loud, I guess part of the issue might be that I'm not sure the app is running in RAILS_ENV=production, I wonder if it still wants Node in that case?? I'll flip that switch in the service file now, then commit to save my place for the day, then try again with starting the app sometime and see what it says!
2023-10-23 19:05:09 -07:00
app Fix typography on wardrobe 2020 page 2023-10-23 19:05:09 -07:00
autotest
bin Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
config Create setup.yml deploy script 2023-10-23 19:05:09 -07:00
db Add Remember Me to login 2023-10-23 19:05:08 -07:00
deploy Add playbook to deploy new app version 2023-10-23 19:05:09 -07:00
doc
lib
public ignore public/uploads 2015-07-27 13:24:58 -04:00
script
spec Delete WardrobeTip model 2023-10-23 19:05:05 -07:00
test
tmp
vendor
.gitignore
.ruby-version Upgrade to Ruby 3.1.4 2023-10-23 19:05:07 -07:00
Capfile
config.ru
Gemfile
Gemfile.lock Use puma web server 2023-10-23 19:05:09 -07:00
LICENSE.md Update our license 2023-10-23 19:04:56 -07:00
package.json Add playbook to deploy new app version 2023-10-23 19:05:09 -07:00
Procfile.dev
Rakefile
README
Vagrantfile
yarn.lock

An extension of Dress to Impress (PHP) that runs on Ruby on Rails.
I wanted to use Rails initially for Impress, but hoped that using
PHP would allow me to attract more developers. Looks like that
wasn't the case, so I just went with what I loved and made the
items database in Rails.

Future Impress sections will likely find themselves in this
project, rather than the PHP project.