0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started Model test coverage to allow for some refactoring/rewriting later More... over 16 years ago
Added some specs back in, this time use screw unit More... over 16 years ago
Removed a couple of bogus config lines More... over 16 years ago
Added a paging toolbar option to scaffolid index, made findAll always use GET when paginating More... over 16 years ago
Added ext-mvc-all.js, ext-mvc-all-min.js and a rakefile to automatically generate these More... over 16 years ago
Added a simple shortcut class to get a HasMany EditorGridPanel working with any HasMany association More... over 16 years ago
FindAll now returns MVC objects rather than data.Records - means we can save hasMany objects directly now More... over 16 years ago
Updated toCurrency More... over 16 years ago
Added some events to CRUD controller actions More... over 16 years ago
Added a toCurrency method to String More... over 16 years ago
Updated some defaults in scaffold views More... over 16 years ago
Removed all controller logic from scaffold views, added a CRUD controller mixin More... over 16 years ago
Fixed small router resources bug, other small bug fixes More... over 16 years ago
Added conditions to routes More... over 16 years ago
Allowed passing of numbers and model objects to Router.urlFor - e.g. urlFor('edit_user_path', 10) More... over 16 years ago
Fixed an inflector bug (singularizing an already singular word didn't work properly), updated Router documentation More... over 16 years ago
Added a basic inflector and named routes More... over 16 years ago
Added loading and saving masks to forms while they talk to the server More... over 16 years ago
Cleaned out a couple of redundant files More... over 16 years ago
Allowed scaffold index to take config More... over 16 years ago
Added a load mask while loading a grid store More... over 16 years ago
Fixed a bug with index shortcuts More... over 16 years ago
Further improvements to scaffold forms, removed more redundant code More... over 16 years ago
Refactored scaffold new and edit forms to contain more logic in their parent class More... over 16 years ago
Removed some redundant code More... over 16 years ago
Updates to validations and validation errors More... over 16 years ago
Added Validation Errors class, started adding some default top toolbar buttons for scaffold grids More... over 16 years ago
Added a couple of password ignore fields to scaffold grid More... over 16 years ago
Improved model inheritance code More... over 16 years ago
Added model inheritance More... over 16 years ago