CARVIEW |
-
ActiveRecord::Base Without Table extension made compatible with rails 2.xForked from sofadesign/active_record_base_without_table Wed Mar 18 10:43:56 -0700 2009
-
Provides REST functionality for javascript objects via ajaxUpdated Wed Mar 04 15:23:31 -0800 2009
-
Provides :validate option to has_one associationUpdated Thu Aug 14 14:49:35 -0700 2008
-
Mastermind exercise for CHIRB meeting on March 2nd, 2009Forked from dchelimsky/chirb-mastermind Mon Mar 02 17:38:39 -0800 2009
-
Varios configuration files for toolsUpdated Tue Feb 10 19:21:04 -0800 2009
-
Implementation of the ActiveRecord without direct pin-down to the database.Updated Mon Jul 07 19:00:15 -0700 2008
-
Fork of the Fixture Replacement pluginUpdated Mon Jul 07 18:50:55 -0700 2008
-
Allows easier extension and customization for form builders in railsUpdated Fri Nov 07 14:24:20 -0800 2008
-
Allowes for simpler parsing of dependent models in controllers.Updated Mon Jul 07 18:55:39 -0700 2008
-
Updated Sat Nov 15 13:44:03 -0800 2008
-
Slides and outline for ruby presentationUpdated Sat Nov 01 12:27:51 -0700 2008
-
Ruby Wrapper around Virtual Box command-line interface.Updated Fri Sep 12 09:20:36 -0700 2008
-
Shoulda macros for validating your views with W3C service.Forked from maxim/should_pass_w3c_validation Mon Mar 16 12:58:17 -0700 2009
-
Makes tests easy on the fingers and the eyesForked from thoughtbot/shoulda Thu Jan 15 12:47:23 -0800 2009
-
cs425 projectForked from pschmitz/wootube Wed Nov 05 18:58:01 -0800 2008
Public Activity
90a5c834eb45480e92c5b657fc682e6b6e1aa7fe
Bumped version
8ea6f0e4d9a64219ea6f8d804d9c39259618f4de
Fixed the tests to work.
06b65c7495437630003ec83b067043485cae7f70
Added a gemspec.
6b6d253307413ba0f6bcebe1a492a9c201da5a9d
Fixed the database to use sqlite3 for testing
da9b7e99cc47d0070b4064a039d4bb8c1879413a
bumped version
ce3feb707ba8e109da253052a173f21f52caba00
Changed before to be executed before all evaluate blocks
ce85a02288433bc5a05e27da02b00b3ac5db079c
Bumped version to 0.04
7b06828a8ea8ecf979aa3bfbad68c178eaee0129
Added semaphore disabling of the form button.
c1fb72944baf1f5fc6f5148697067fb6dde64953
Bumped version number.
354955e886f8a4aa795a488e1f8d5f3d2fa57984
Changed before blocks to be executed before "evaluate"
4c0d07072845e72ae8a1fff15a8b1fcba6deb045
NewForm => Form
5c8613d2fa7d0a629906d28220210f5e0102be27
Removed junk. Fixed naming.
119180ca82558d808880a1e953a44ceecc8cfd4f
Reflected new changes in the readme

-
ratnikov committed 2ae5625f:
Changed the way library is built and bundled.
-
ratnikov committed 06d64475:
Forgot to commit changes last commit.
-
ratnikov committed 0ae52549:
Added #destroy
-
ratnikov committed fd554b84:
Added #update with tests.
-
ratnikov committed 6b1a9c24:
Added #create with testing.
-
ratnikov committed 8e12e658:
Fixed to un-customize html if not specified in json.
-
ratnikov committed 755d64b7:
Added html view functionality.
-
ratnikov committed a8d3afe6:
Added customization of the view as well as defaults.
-
ratnikov committed 3b37f98e:
Fixed to mantain old attributes when doing an update.
-
ratnikov committed 2e70de5f:
Added a view extension for base.
-
ratnikov committed 8f8ee92b:
Renamed parse_json to update_attributes.
-
ratnikov committed 4bbeafa3:
Refactoring AR.Base.
-
ratnikov committed 9e8f1cce:
Added some comments.
-
ratnikov committed 16e032f2:
Added id and is_new methods to attribute module.
-
ratnikov committed 6b041831:
Added libraries for QUnit testing.
-
ratnikov committed da3575cc:
Added a routing lib.
-
ratnikov committed 553dca3a:
Fixed to use prototypal inheritance.
-
ratnikov committed 6e229d06:
Added an attribute module.
-
ratnikov committed cda0c6ce:
Fixed to allow custom constructor for models.
-
ratnikov committed 1700c317:
Added metadata jquery plugin as lib dependency.
And 16 more commits...
343702bab23f31702daa2b6d028c53b26f1fa547
Bumped version and updated files to include in the gem spec.
a066793a56d762fbff08b000b4e9214b21729ca0
Updated jake to build using newer modules.
e0e9b0f9744fb5f24f5872ef394397a97c4ed405
Added error divs
13dea7f74000919c41d8c342232bdd42dfaa8917
Updated the model option to accept a functional builder.
3f3f95c46b5a9af7e8866369be9f43bd0590bccc
Added testing of append [and fixed errors]
c89d837aeb9a13a5b2185a7e8805954fb2182c39
Fixed #show and #hide and added tests.
96077f4b43ddb21223c4cec78c905c4599b60c54
Added #save.
8d7d3110f15000dd7af6acfd0dc998f934e73613
Fixed not to use 'form' global.
ae5faef422d4d026843951886c4beebd549c8ff5
Updated implementation to support non-array.
6ee7d666c9a32c395b863ed667d623b8558d9662
Added form implementation and testing.