CARVIEW |

Manfred
-
Rails plugin for easy and rich attachment manipulation.Updated Fri Feb 27 01:36:10 -0800 2009
-
A Ruby library for finding memory leaksForked from fauna/bleak_house Fri Nov 21 10:34:09 -0800 2008
-
Magically fix your projects overnight!Forked from jbarnette/dr-nic-magic-awesome Thu Nov 06 08:45:38 -0800 2008
-
Website dedicated to spreading factual facts. Also an example of a Rails Edge application.Updated Tue Feb 17 00:46:21 -0800 2009
-
Rails plugin to add timestamps to ActiveRecord models.Forked from seamusabshere/has_timestamps Sat Dec 13 04:12:07 -0800 2008
-
Public homepageUpdated Mon Mar 09 02:43:10 -0700 2009
-
Mocking and stubbing in JavaScript.Updated Tue Aug 26 08:40:45 -0700 2008
-
A repository of scripts to test the speed of a String implementation in Ruby for common operations.Updated Mon Sep 01 07:49:31 -0700 2008
-
Ruby on RailsForked from rails/rails Wed Jun 11 08:41:03 -0700 2008
-
Reckon aims to make automated testing leaner.Updated Mon Apr 07 14:20:32 -0700 2008
-
Temporary project looking at different ways to implement scopes in Active RecordUpdated Fri Mar 20 08:51:04 -0700 2009
-
Twones API implementationUpdated Sat Dec 13 06:26:33 -0800 2008
-
A library that wraps Glib2 Unicode manipulation methods to speed up ActiveSupport::MultibyteUpdated Wed Dec 31 06:45:46 -0800 2008
Public Activity

-
Manfred Stienstra committed 2401f189:
Add support for attributes on a content tag.

-
Manfred Stienstra committed fc9aeda8:
Make ActiveRecord::Base#initialize use the conditions on the create scope stack to initialize its attributes.
-
Manfred Stienstra committed c6d8ec68:
Add test cases for the Scope class.
-
Manfred Stienstra committed e36ebf6b:
Add test cases for the methods in the Scopes module.
-
Manfred Stienstra committed fcb37b8c:
Move scoping methods to their own module for neatness. Replace scoping and named scope implementation.

-
Manfred Stienstra committed 46b5c1af:
Reference the correct branch.

-
Manfred Stienstra committed 175a7a1f:
Add tickets found on Lighthouse.

-
Manfred Stienstra committed 8f36e1f4:
Add a TODO list for merging into Rails. Update the README so people know where to look for changes.

-
jeremy committed 549706d9:
pluginize concurrent block body part
-
lifo committed dc3eb4c4:
Ensure script/plugin doesn't show error message when svn externals are not there
-
lifo committed fe588089:
Remove outdated script/plugin options
-
jeremy committed 2132a466:
Pare down unit test
-
jeremy committed a48896ba:
Less ceremony
-
jeremy committed dba803e2:
Extract output buffer test
-
jeremy committed 60c47b08:
Simplify parts and tests
-
jeremy committed 5c246bd6:
Fix tests
-
jeremy committed 286af0a5:
Example using an edge side include body part to fetch queued rendering results
-
jeremy committed 78bb7891:
Body parts: future rendering, threaded future, queued future, open-uri example
-
jeremy committed 40aea810:
Extract Response#string_body?
-
jeremy committed cfcec639:
Introduce flush_output_buffer to append the buffer to the response body then start a new buffer. Useful for pushing custom parts to the response body without disrupting template rendering.
-
jeremy committed bcdf0356:
Return body parts directly to Rack rather than building a response string ourselves. Allows Rack middleware to orchestrate response building.

-
Manfred Stienstra committed 37ef39bb:
Include the image of the frog in the README. Ignore generated RDoc.

-
Manfred Stienstra committed 4ec6a1d8:
Add an RDoc task to the Rakefile. Add an image of a frog.

-
lifo committed 06ebe9f8:
Rename ActiveRecord::Base.each to ActiveRecord::Base.find_each
-
jeremy committed 7281866f:
Don't duplicate :order from scope and options, it makes mysql do extra work
-
jeremy committed 96f0b87b:
Strip invalid leading whitespace error uncovered by nokogiri
-
Aaron Patterson committed f6621cb9:
adding more nokogiri tests and making the main rails tests pass
-
mislav committed 12320b2b:
Ensure correct content type is declared after cache hits on actions with string cache keys [#1585 state:resolved]
-
Henrik N committed 175dee6d:
Make Inflector#parameterize correctly squeeze multi-character separators [#1489 state:resolved]
-
metaskills committed 58e7ea93:
The latest trunk of Mocha > 0.9.5 which addresses issue with MiniUnit compatibility uses namespaced integration classes.
-
josh committed a1c808ed:
check for rack 1.0 gem before falling back to bundled version
-
josh committed aa1e8c60:
update bundled version of rack before 2.3 final
-
josh committed c42f0395:
remove rack gem dependency
-
jeremy committed f40e4490:
Make it easier to swap XmlMini backends. Require Nokogiri >= 1.1.1 for XmlMini backend tests.
-
Aaron Patterson committed d627e11c:
Nokogiri backend for XmlMini
-
jeremy committed efe070f6:
Properly set up libxml includes. Don't include LibXML in toplevel.
-
Jeff Schwab committed c45e5103:
Fixed an incompatibility with Ruby 1.9.
-
lifo committed a51490f3:
Remove untested part from 9b9b2937ce3bef3bca9d22821e76c40cc74fa689
-
tpope committed dde6d885:
Properly decode \u escape sequences in JSON [#1100 state:resolved] [Tim Pope, Philip Hallstrom]
-
lifo committed 964cedda:
Add a missing CHANGELOG entry
-
Eugene Pimenov committed 9a0a2ad5:
Ensure auto_link doesnt linkify URLs in the middle of a tag [#1523 state:resolved]
-
Sean Dague committed a5f4029b:
Allow custom type for multipart emails [#1691 state:resolved]
-
josh committed 6245bd29:
Ensure public folder structure is setup correctly if the tests are ran out of order, fixes tests in 0c9bbf8
And 37 more commits...

-
Manfred Stienstra committed 58a3cb75:
Make Scopes add their query parameters when forwarding a method towards Base.

-
Manfred Stienstra committed ced9c863:
Update README with some of the objectives and ideas.
ced9c8639f5978720f009b574d10b17a1bb64b76
Update README with some of the objectives and ideas.

-
Manfred Stienstra committed 2aac116b:
Try to make the Scope class work without lots of lambda's and nested with_scopes. Doesn't look like this is going to work, I need to sleep on this.
-
Manfred Stienstra committed fb41018c:
The named_scope class method should create a new scope method on the model and save the query_parameters on the class for later reference.
2aac116b5c2a586abd082d473cac24a60e4899d5
Try to make the Scope class work without lots of lambda's and nested with_scopes. Doesn't look like this is going to work, I need to sleep on this.
fb41018c0263a4e4c98fe3dfcf47fa9ff8e5d75c
The named_scope class method should create a new scope method on the model and save the query_parameters on the class for later reference.

-
Manfred Stienstra committed 2c802b94:
Take a step back to think about named scoped and invocation of them.
2c802b9427d64682aeb91bb812bb9a29bc09819c
Take a step back to think about named scoped and invocation of them.

-
Manfred Stienstra committed 7ce5852a:
Make the named_scope test succeed.
7ce5852a7aeb3359a2863c526026d5ea38ba6a37
Make the named_scope test succeed.

-
Manfred Stienstra committed 3449305c:
Rename options to query_parameters. Add a named_scope class method that creates a scope method on the model class.
3449305cfdc2140cb0c98aad762d108cadea3ade
Rename options to query_parameters. Add a named_scope class method that creates a scope method on the model class.

-
Manfred Stienstra committed 6cb44de9:
Commit scopes for the :all method with all other methods.
6cb44de90754df42b21b3b8b43e3f429e2c14e22
Commit scopes for the :all method with all other methods.

-
Manfred Stienstra committed 051f510b:
Add a with_scope test that runs all the way through to construct_finder_sql to make sure we didn't get the merge order wrong.
051f510bae6d919cca008c560e11900a3b311d37
Add a with_scope test that runs all the way through to construct_finder_sql to make sure we didn't get the merge order wrong.

-
Manfred Stienstra committed d52bd55f:
Add a simple find method to ActiveRecord::Base to spy on. Implement ActiveRecord::Base#merge_scope to merge the scope stack.
d52bd55f45751a4dacefa80296a2b51b1818aab0
Add a simple find method to ActiveRecord::Base to spy on. Implement ActiveRecord::Base#merge_scope to merge the scope stack.

-
Manfred Stienstra committed bdc5e3b8:
Make sure the scope stack isn't reset when extending another class with Scopes.
bdc5e3b8948965160b016b95030c7f8ee5f09957
Make sure the scope stack isn't reset when extending another class with Scopes.