0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
README updates. More... almost 17 years ago
todo: 24772297. Also unit test and OrderLine.total_price method to support that. More... over 17 years ago
todo: 24764400 This mostly consists of a rake task to go through all the orders and create sales tax OrderLines. More... over 17 years ago
todo: 24765009 More... over 17 years ago
Still cleaning up from the Mailer to OrderMailer rename. More... over 17 years ago
Updated readme.html More... over 17 years ago
Missed a folder to rename on the last commit More... over 17 years ago
todo: 24634999, renamed Mailer and related to OrderMailer More... over 17 years ago
todo: 24729700 More... over 17 years ago
Added basic confirmation email sending. Nothing filled in yet. More... over 17 years ago
Added email_with_name method and test to Order model. More... over 17 years ago
Modified plugins/action_mailer_optional_tls/lib/smtp_tls.rb so that it works with new version of ruby (see code comment for details). More... over 17 years ago
Added plugins/yaml_mail_config for keeping mail sending configuration (smtp server, username, password) in its own YAML file (config/email.yml) http://slantwisedesign.com/rdoc/yaml_mail_config/ More... over 17 years ago
Added plugins/action_mailer_optional_tls to allow access to Gmail SMTP with TLS. http://douglasfshearer.com/blog/gmail-smtp-with-ruby-on-rails-and-actionmailer More... over 17 years ago
todo: 24200648 added basic authentication, username cmutv and the staff password for now More... over 17 years ago
Fixed a bug: we need to parse before_create not before_save. More... over 17 years ago
Oops, we need to not parse an order if it has an error (CMU's system sends notifications even when an order fails due to bad CC, etc.) More... over 17 years ago
todo: 24542542 More... over 17 years ago
todo: 24204204 More... over 17 years ago
todo: 24542537 More... over 17 years ago
todo: 24195061 More... over 17 years ago
Added test for aliased attribute bill_name in Order model. More... over 17 years ago
todo: 24470537 More... over 17 years ago
Showing more columns in the active scaffolded views. More... over 17 years ago
Replaced getters and setters for bill_name with alias_attribute in Order model. More... over 17 years ago
Reverting the changes I didn't mean to commit to app/models/email.rb. Parsing isn't done yet. More... over 17 years ago
Accidentally committed the email model, not order model in rev 20. Sigh. Since we're all screwed up anyway, here's a migration to change order_date into a datetime while we're at it. More... over 17 years ago
Fixed oops in mailer_test.rb More... over 17 years ago
Added Order.shipped? virtual attribute and unit test, should be handy later. More... over 17 years ago
Updated mailer pull out and only save a plain text representation of the body More... over 17 years ago