0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
activesupport / activemodel, now is beta3 More... almost 14 years ago
Merge branch 'master' of github.com:lifo/cramp More... almost 14 years ago
Another missing require More... about 14 years ago
Add a logger to tests More... about 14 years ago
Update for the latest bundler More... about 14 years ago
Oops. Add the missing AS require More... about 14 years ago
Add some logging More... about 14 years ago
Merge usher params with request params More... about 14 years ago
Bump Rails version More... about 14 years ago
I had mistakenly named Connection#create. Changed to Connection#insert. More... about 14 years ago
All connection logic in Cramp::Model::Engine moved to own class: Engine::Connection. More... about 14 years ago
Made Cramp::Model compatible with Arel 0.3. Updated gemfile and gemspec. More... about 14 years ago
Fixing race issue with two messages arriving at once and the last gettin dropped More... about 14 years ago
Added Cramp::Model.after_destroy. callbacks.rb now holds some duplication going on - this could be fixed with some meta programming at the cost of readability. More... about 14 years ago
DRYing up Model::Base. Creation of model instance specific relation moved to own private method, Cramp::Model#relation (used in #destroy and #update). More... about 14 years ago
Cramp::Model#destroy. More... about 14 years ago
Removed reference to ununsed instance variable. More... about 14 years ago
Table names is now resolved the same way as Rails does. More... about 14 years ago
Previous changed attributes was not defined correctly in Cramp::Model. Fixed! More... about 14 years ago
ActiveModel::Dirty is now included in Cramp::Model::Base. When settings attributes, they are only changed if their are different from the existing ones. More... about 14 years ago
The callback called in Cramp::Model::Base#update_record now send a status object as the first argument so that the client caller can check for success. More... about 14 years ago
Cramp::Model::Base.after_save implemented. You can now do this: More... about 14 years ago
Include KeepConnectionAlive in websocket More... about 14 years ago
Require HWIA More... about 14 years ago
Bump up the version and release a new gem More... about 14 years ago
Updated gemspec to point to correct versions of activesupport and activemodel More... about 14 years ago
Fixed issue with websocket data callbacks not finding the class level on_data_callbacks More... about 14 years ago
Updated the Gemfile. More... about 14 years ago
Change to beta versions of activesupport, activemodel & arel dependenices. More... about 14 years ago
Dont rely on thin now that Rainbows! work More... over 14 years ago