2008-05-31 |
Alex Coles | Updating to reflect changes in DM 0.9.1
|
commit | commitdiff | tree |
2008-05-16 |
Alex Coles | Whitespace cleanup
|
commit | commitdiff | tree |
2008-05-10 |
Alex Coles | Updating to reflect latest changes in DM 0.9
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Changed State to use composite, natural keys.
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Added additional dependencies.
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Removing specs for deleted controllers, helpers.
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Converted view ERB syntax to Haml
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Update of controllers and views
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Added dm-aggregates (for User class).
|
commit | commitdiff | tree |
2008-05-08 |
Alex Coles | Continued work on various models and specs
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Fixed UserMailer specs
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Temporarily moving autotest/ to autotest.bak
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Merge branch 'master' of git@github.com:myabc/merb_mart
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Cleanup, merge in changes to merb-core 0.9.3 (retry)
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Cleanup, merge in changes to merb-core 0.9.3
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Cleanup, merge in changes to merb-core 0.9.3
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Adding db directory for SQLite3 databases.
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Updated installation instructions and ReadMe
|
commit | commitdiff | tree |
2008-05-07 |
Alex Coles | Model refactorings and further expansion of specs
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Added skeleton specs for GoogleCheckoutAccount and...
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Renaming UserUpload => AbstractUpload classes
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Renamed user_upload.rb and specs to abstract_upload.rb
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Updated path references to spec_helper
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Extensive Namespacing of model specs
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Updated account specs to reflect namespace changes.
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Extensive Namespacing of model code
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Extensive Namespacing of model code, renamed abstract...
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Renamed base_account.rb to abstract_account.rb
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Moved order related classes into subdirectory.
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Fixed one-to-one associations
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Cleaned up properties, many-to-one associations
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Updated for latest dm-core changes:
|
commit | commitdiff | tree |
2008-05-06 |
Alex Coles | Various model cleanup
|
commit | commitdiff | tree |
2008-04-27 |
Alex Coles | * Fixed/added specs for different account types.
|
commit | commitdiff | tree |
2008-04-27 |
Alex Coles | * Removed AccountType class. Moved various
|
commit | commitdiff | tree |
2008-04-27 |
Alex Coles | * Removed lines of Artistic License 1.0 encumbered,
|
commit | commitdiff | tree |
2008-04-27 |
Alex Coles | Changed license to GPL License.
|
commit | commitdiff | tree |
2008-04-27 |
Alex Coles | Updated finder order syntax.
|
commit | commitdiff | tree |
2008-04-04 |
Alex Coles | Added gitorious-hosted repo to repository list.
|
commit | commitdiff | tree |
2008-04-04 |
Alex Coles | Converted formatting in README.markdown to Markdown...
|
commit | commitdiff | tree |
2008-04-04 |
Alex Coles | Moved README to README.markdown
|
commit | commitdiff | tree |
2008-04-02 |
Alex Coles | Added validations available in dm-validations.
|
commit | commitdiff | tree |
2008-04-02 |
Alex Coles | Updated INSTALL to clarify dependencies needed for...
|
commit | commitdiff | tree |
2008-04-02 |
Alex Coles | Updating models for DM 0.9.0:
|
commit | commitdiff | tree |
2008-04-02 |
Alex Coles | Updated models for DM 0.9.0:
|
commit | commitdiff | tree |
2008-04-01 |
Alex Coles | Added various validations back into classes.
|
commit | commitdiff | tree |
2008-03-29 |
Alex Coles | Fixed conditions syntax in some finder methods.
|
commit | commitdiff | tree |
2008-03-29 |
Alex Coles | Add autotest options (borrowed from DataMapper, Geoffrey...
|
commit | commitdiff | tree |
2008-03-28 |
Alex Coles | Updated Rake tasks and test, spec to reflect change...
|
commit | commitdiff | tree |
2008-03-23 |
Alex Coles | Added website (www) documentation skeleton.
|
commit | commitdiff | tree |
2008-03-08 |
Alex Coles | Added missing class methods for Order.
|
commit | commitdiff | tree |
2008-03-07 |
Alex Coles | Added INSTALL, CHANGELOG and TODO files.
|
commit | commitdiff | tree |
2008-03-07 |
Alex Coles | Updated README
|
commit | commitdiff | tree |
2008-03-07 |
Alex Coles | Model classes no longer inherit from DataMapper::Base.
|
commit | commitdiff | tree |
2008-03-07 |
Alex Coles | Updated Rakefile tasks.
|
commit | commitdiff | tree |
2008-03-07 |
Alex Coles | Fleshed out README
|
commit | commitdiff | tree |
2008-03-06 |
Alex Coles | Cleaned up init.rb. Moved constants into init.rb.
|
commit | commitdiff | tree |
2008-03-06 |
Alex Coles | Add Right, Role and StoreItem models.
|
commit | commitdiff | tree |
2008-03-06 |
Alex Coles | Renamed cart.rb to cart_spec.rb
|
commit | commitdiff | tree |
2008-03-06 |
Alex Coles | Renamed CartItem model to Cart
|
commit | commitdiff | tree |
2008-03-06 |
Alex Coles | Removed redundant subject model.
|
commit | commitdiff | tree |
2008-03-05 |
Alex Coles | Added Question controller actions, routes for Questions...
|
commit | commitdiff | tree |
2008-03-05 |
Alex Coles | Temporarily removed default route.
|
commit | commitdiff | tree |
2008-03-05 |
Alex Coles | Adding in initial project files.
|
commit | commitdiff | tree |
2008-03-05 |
Alex Coles | first commit
|
commit | commitdiff | tree |