1
0
Fork 0
forked from OpenNeo/impress
Dress to Impress, a big fancy Neopets customization tool!
Find a file
Matchu 9ca68b02b2 parse "fits:8-bit-chomby" as "fits 8-bit chomby" rather than "fits 8 bit"
The "fits:8-bit-chomby" search filter was being read as color=8, species=bit.
Now, we split from the right-hand side of the filter instead.

Still a problem for anyone who explicitly types the Spanish/Portuguese
ordering of "fits:chomby-8-bits", but I'm okay with this cheap fix, since
I bet literally nobody has done that in the past month, if ever :P
2015-04-07 23:13:22 -05:00
.sass-cache phew. rails 3.2.12, including some asset pipeline. still buggy. 2013-03-05 20:08:57 -06:00
app parse "fits:8-bit-chomby" as "fits 8-bit chomby" rather than "fits 8 bit" 2015-04-07 23:13:22 -05:00
autotest rspec:install 2010-05-14 18:17:10 -04:00
config warn users with trading lists but no neomail address 2014-12-02 10:05:11 -06:00
db toggle whether a donation campaign is advertised 2015-02-25 13:49:18 -06:00
doc rails 3 2010-05-14 18:12:31 -04:00
lib set the right asset id in the rake task :P 2014-03-28 00:12:04 -05:00
public monocle favicon 2013-12-26 12:44:03 -05:00
script rails 3 2010-05-14 18:12:31 -04:00
spec track campaign progress 2014-09-11 17:40:37 -05:00
test core of pet loading, still needs get image hash, download assets 2010-10-07 10:46:23 -04:00
tmp utf-8 support in both ruby 1.9 and 1.8 2011-06-04 18:40:15 -04:00
vendor donation mailer 2014-09-10 14:32:54 -05:00
.gitignore charge and record donations 2014-09-09 21:11:55 -05:00
bundle rails 3.1 upgrade - still buggy 2013-03-05 15:10:25 -06:00
config.ru move async behavior to development_async environment 2010-10-11 18:28:39 -04:00
Gemfile maybe we need dotenv-rails in production, too? 2014-09-11 22:26:39 -05:00
Gemfile.lock lol false alarm, dotenv-deployment is back for starting resque workers 2014-09-11 22:12:38 -05:00
isntall rails 3.1 upgrade - still buggy 2013-03-05 15:10:25 -06:00
LICENSE copy LICENSE from impress repo 2010-07-07 02:34:17 -04:00
Rakefile update Rakefile and tasks to match new version of rake 2013-01-02 23:40:37 -05:00
README replace standard rails readme :P 2010-07-07 02:31:47 -04:00

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.