0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 17 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated gemspec More... about 15 years ago
Updated gem to 0.8.2 More... over 15 years ago
Got rid of handler for redirects, too many re-raises and it was not working anyway. More... over 15 years ago
Template / foundation bug fixes, updated gem. More... over 15 years ago
migration code needs correct path to empty migration template More... over 15 years ago
broken Rakefile; needs to do the WAVES finding dance More... over 15 years ago
apply styles to classic app error templates More... over 15 years ago
classic foundation needs Markaby for errors templates More... over 15 years ago
Session is no longer a valid configuration option More... over 15 years ago
0.8.1 gem More... over 15 years ago
Minor editing More... over 15 years ago
Fixing the load path. More... over 15 years ago
include all template files in gem More... over 15 years ago
Added default handler for redirects and changed the exception to SignalException. More... over 15 years ago
Merge branch 'master' of [email protected]:dyoder/waves More... over 15 years ago
Minor fixes and changes to the comments. More... over 15 years ago
added choice as gem dep; made non-dyoder deps use ~> More... over 15 years ago
Just preparing for the 0.8.0 release. More... over 15 years ago
Refactored tests to focus more on the workflow of developing an application. The specs / tests distinction is gone (for now) because (a) the distinction between them is increasingly blurry and (b) we haven't really done very well on fleshing out the framework for this anyway. So we can just return to the normal conventions and not confuse people. More... over 15 years ago
Got rid of hard-coded paths in the sample app. More... over 15 years ago
Just beefed up the tests a bit more and updated the gem spec. Of special interest is the specs/request/params.rb spec, which demonstrates how to effectively write tests for resources by calling the request method on them directly. More... over 15 years ago
Tightened up the request interface a bit to make it more explicit. More... over 15 years ago
Refactored the tests to make better use of Rack's testing support. More... over 15 years ago
Some minor fixes and update to the sample blog app. More... over 15 years ago
Merge branch 'master' of [email protected]:dyoder/waves More... over 15 years ago
Fixing some bugs with the new error handilng code. More... over 15 years ago
removed require 'ruby-debug' More... over 15 years ago
Fixed captured stuff More... over 15 years ago
Further refinements to error-handling. Logging is done by Waves if a handler is defined, otherwise by Rack::ShowExceptions. More... over 15 years ago
Refactored Waves error handling a bit. Logging of standard error types is now in Dispatchers::Base, since we should always log the error for things like 404. There is no default error handling hard-coded in Resource::Mixin. Instead, the foundations provide some basic defaults. To customize the error handling, either do it in the Foundation or add it to the app. Do not hardcode it in Resource::Mixin. Also, rendering the stack trace in debug mode can be done using Rack::ShowExceptions, which is enabled in Development mode. More... over 15 years ago