30
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 20 hours ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding default sqlite3 database configuration
calas
as Jorge Calás Lozano
More... over 17 years ago
Removed a legacy draggable element ref that was also causing an an endless loop of javascript errors under certain circumstances. NOTE: Ajax cart will probably return eventually as an extension.
schof
as Sean Schofield
More... over 17 years ago
Fixed a minor style issue with the new login stuff.
schof
as Sean Schofield
More... over 17 years ago
Require login or user creation before checkout.
schof
as Sean Schofield
More... over 17 years ago
Refactored users controller to make it REST.
schof
as Sean Schofield
More... over 17 years ago
Changed password of sample user to 'spree.'
schof
as Sean Schofield
More... over 17 years ago
Added a login prompt to the store header.
schof
as Sean Schofield
More... over 17 years ago
Removed long since defunct layout file.
schof
as Sean Schofield
More... over 17 years ago
Moved all Spree style information into spree.css. This makes it more explicit on how to override the default Spree styling.
schof
as Sean Schofield
More... over 17 years ago
Ignore Eclipse project files. More... over 17 years ago
Removed problematic resource_controller tests. These tests were interfering with rake spree:gem:install. I decided to remove them since its not crucial to run these tests when building the spree gem.
schof
as Sean Schofield
More... over 17 years ago
Added new AUTO_ACCEPT=true option to rake db:bootstrap. This will just bootstrap the database with the default values for the admin account and automatically setup the sample data. This will all be done without requiring additional interractive command line input.
schof
as Sean Schofield
More... over 17 years ago
Fixed the broken payment gateway tests.
schof
as Sean Schofield
More... over 17 years ago
Fixed a typo in one of the specs.
schof
as Sean Schofield
More... over 17 years ago
Increased text limit for gateway description (was causing a problem on some versions of mysql.)
schof
as Sean Schofield
More... over 17 years ago
Removed ruby-debug dependency. With Rails 2.x you can automatically load the debugger using script/server --debugger.
schof
as Sean Schofield
More... over 17 years ago
Extensions routes are now automatically reloaded (no more restarts to debug your extension routes.)
schof
as Sean Schofield
More... over 17 years ago
Fixed a bug that occurs when updating from a non bogus gateway to the bogus gateway.
schof
as Sean Schofield
More... over 17 years ago
Major improvements to the payment_gateway extension. You can now configure your gateway through a brand new admin interface. So far only the Linkpoint gateway is available but that is primarily due to a lack of time so far to setup and test the other gateways. Adding other gateways should be a trivial exercise now since ActiveMerchant is doing all of the hard work for us.
schof
as Sean Schofield
More... over 17 years ago
Fixed the title on the admin screen to something less lame.
schof
as Sean Schofield
More... over 17 years ago
Added an extension view to the admin menu which lists all of the currently installed extensions.
schof
as Sean Schofield
More... over 17 years ago
Updated list of gem dependencies.
schof
as Sean Schofield
More... over 17 years ago
Fixed db:bootstrap task so that it also migrates the extensions properly.
schof
as Sean Schofield
More... over 17 years ago
Removed defunct rake task.
schof
as Sean Schofield
More... over 17 years ago
Complete overhaul of tax calculation. Tax calculation is now provided by a core extension that can be more easily replaced by custom logic.
schof
as Sean Schofield
More... over 17 years ago
Reverted my previous hack. Users are redirected to the index view after creating a new resource and the show view after editing.
schof
as Sean Schofield
More... over 17 years ago
Using active_merchant as a plugin instead of gem. This will prevent confusion by standardizing on a single version of active_merchant. We have also fixed a small piece of code that was causing the routes to load prematurely whenever active_merchant was referred to from an extension.
schof
as Sean Schofield
More... over 17 years ago
BaseController now extends ResourceController. This will allow us to use the very excellent ResourceController plugin to make everything more resourceful.
schof
as Sean Schofield
More... over 17 years ago
Fixed an issue with remigration task for extensions.
schof
as Sean Schofield
More... over 17 years ago
Added resource_controller plugin to assist with REST support.
schof
as Sean Schofield
More... over 17 years ago