samgranieri
(Sam Granieri)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Sam Granieri
- Website/Blog
- http://www.samgranieri.com
- Location
- Chicago, IL
- Member Since
- Feb 10, 2008 (about 1 year)
- 11 public repos
- 0 followers
Following 4 githubbers and watching 55 repositories view all →
Public Repositories (11)
-
rails
Ruby on Rails
Forked from rails/rails Sun Jun 14 12:48:15 -0700 2009
Last updated Thu Nov 19 11:24:23 -0800 2009
-
haml
HTML Abstraction Markup Language - A Markup Haiku
Forked from nex3/haml Wed Oct 28 07:58:42 -0700 2009
Last updated Sun Oct 25 14:37:49 -0700 2009
-
BigOldRailsTemplate
Heavyweight template for Rails 2.3.x
Forked from ffmike/BigOldRailsTemplate Fri Aug 14 09:19:32 -0700 2009
Last updated Fri Aug 14 04:27:12 -0700 2009
-
web-app-theme
A simple theme for web apps
Forked from pilu/web-app-theme Fri Aug 14 12:36:08 -0700 2009
Last updated Thu Aug 13 07:24:45 -0700 2009
-
mephisto
A mirror of the mephisto code-base
Forked from technoweenie/mephisto Mon Apr 21 11:21:50 -0700 2008
Last updated Fri Mar 20 12:20:54 -0700 2009
-
fullerton
My attempt at writing a Ruby on Rails blog, using Rails 2.0
Last updated Sat Feb 28 15:37:39 -0800 2009
-
git-tmbundle
The official repository for the Git TextMate Bundle
Forked from timcharper/git-tmbundle Thu Apr 17 05:33:51 -0700 2008
Last updated Sat Feb 28 14:41:10 -0800 2009
-
safe_erb
Automatically detect improperly escaped text in ERB templates
Forked from emk/safe_erb Fri Mar 20 11:39:09 -0700 2009
Last updated Sun Dec 21 11:17:02 -0800 2008
-
altered_beast
Ground-up rewrite of Beast, a Ruby on Rails forum.
Forked from courtenay/altered_beast Thu Mar 26 14:29:57 -0700 2009
Last updated Tue Oct 14 17:04:42 -0700 2008
-
ebay4r
eBay4R is a Ruby wrapper for eBay's Web Services SOAP API
Forked from up_the_irons/ebay4r Wed Oct 07 10:40:50 -0700 2009
Last updated Sat Oct 04 02:17:04 -0700 2008
-
ruby-on-rails-tmbundle
Ruby on Rails TextMate bundle [master branch is svn trunk; patches to drnicwilliams@gmail.com]
Forked from drnic/ruby-on-rails-tmbundle Wed Jan 30 15:20:38 -0800 2008
Last updated Tue May 27 11:49:54 -0700 2008
Public Activity 
-
jeremy
committed
36a9644b:
Clarify date/time dependencies
-
jeremy
committed
b540eca5:
Consolidate Object#to_param and #to_query core extensions
-
jeremy
committed
89358543:
Ruby 1.9.2: rational.rb is deprecated
-
jeremy
committed
a2de13e1:
Ruby 1.9.2: URI.escape is obsolete
-
jeremy
committed
36121d29:
Ruby 1.9 doesn't recognize EM SPACE as whitespace, breaking String#strip
-
jeremy
committed
13004c37:
Give useful test:isolated failures
-
wycats
committed
14370e1a:
CI breakage
-
josevalim
committed
976c2647:
Extracted localized_cache.rb from ActionController, added it to AbstractController and made ActionMailer use it.
-
josevalim
committed
a107103e:
Allow :instance_reader to be given to superclass_delegating_accessor as well.
-
josevalim
committed
2aafdc83:
Use I18n on ActionMailer subjects by default.
-
josevalim
committed
81c416b7:
More refactoring on ActionMailer::Base.
-
josevalim
committed
e9667ad1:
Make tests run without deprecation warning (just one left).
-
josevalim
committed
418c3f80:
Another refactoring on AM. body is deprecated, use render instead.
-
josevalim
committed
03960048:
Add some basic render_test to AbstractController.
-
josevalim
committed
0cf16ddb:
Improve AbstractController layouts coverage.
-
josevalim
committed
2d514e53:
Move some of helper tests to AbstractController.
-
josevalim
committed
43d5504f:
Move all render and layout pieces required in ActionMailer from ActionController to AbstractController.
-
josevalim
committed
684c2dc2:
Remove ActionMailer helpers and rely on AbstractController one.
-
josevalim
committed
a9751a70:
Refactor ActionMailer layout and remove legacy one.
-
matthewrudy
committed
f4f76772:
abstract all of the ActionMailer delivery methods into their own classes. thereby the following are equivalent
And 177 more commits...
a unified interface to key/value stores
-
wycats
committed
f51ac9e7:
Array.wrap(struct) needs to return the wrapped struct
-
wycats
committed
c9487ed6:
Change Event#thread_id to #transaction_id. Defaults to one "transaction" per thread but you can explicitly declare the start of a new one. This makes it possible for each request to have it own id.
-
wycats
committed
03d3824d:
Make it possible to have IDs per request
-
wycats
committed
654b33af:
New semantics eliminate the need for __send__
-
wycats
committed
a0fc92f4:
This is all that's needed in 1.8.7+
-
wycats
committed
c5e73b89:
Reduce TextTemplate cost for simple cases
-
wycats
committed
0b2dd7af:
Reorganize CSRF a bit
-
wycats
committed
cbcb947b:
AS::Notifications.subscribe blocks are now yielded the arguments to pass to AS::Notifications::Event.new
-
Phil Ross
committed
9b67b7ba:
Edinburgh TimeZone references "Europe/London" instead of "Europe/Dublin" [#3310 state:resolved]
-
gbuesing
committed
057f0d3c:
Bundle Tzinfo 0.3.15
-
gbuesing
committed
37c9ec3a:
Tzinfo bundling task: unpack tzinfo with lib directory preserved
-
wycats
committed
86596975:
Tests pass again
-
josh
committed
07da304f:
Some more generation tests
-
josh
committed
43e0bc1c:
Extract routing controller stub helper into abstract unit
-
josh
committed
e296ea05:
Enable named route tests
-
josh
committed
759f2ccc:
Start migrating AC routing tests into dispatch folder
-
jeremy
committed
c2a17217:
Fix test failures due to requiring rails without AS in load path
-
carlhuda
committed
df95f165:
Update initializable
-
carlhuda
committed
da62a7c5:
Duplicate AS code no longer needed
-
josevalim
committed
c28a45ad:
Fix rake dev and update vendored Thor.
And 5 more commits...
-
jeremy
committed
58555d0c:
Remove old per-component bundled environments first
-
jeremy
committed
b3012bbd:
Tweak CI for toplevel gem bundle
-
wycats
committed
df06e0bd:
Clean up flash a bit
-
wycats
committed
2bdd8fa8:
Clean up parameter logging some
-
wycats
committed
000d5936:
Clean up and update cookies
-
wycats
committed
e1786ee6:
Fixes expires_now and cleans things up a bit
-
wycats
committed
d7499f8e:
Extract #head into its own module and simplify it
-
wycats
committed
60cc8613:
Base setup for config object in AC.
-
josevalim
committed
e714b499:
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
-
carlhuda
committed
4f6d6f70:
Have all the tests running off a single Gemfile
-
josh
committed
a5c82a9d:
Start rewriting some internal tests to use the new routing dsl
-
josh
committed
207d0483:
Run bundler before AM and AMo tests
-
josh
committed
a1ce52ef:
New routing dsl
-
josh
committed
df68cae0:
Group together all the old routing dsl logic
-
josh
committed
f74e04c2:
RAILS_GEM_VERSION is obsolete
-
josh
committed
3ccaabc6:
Need to use "use_controllers" for nonexistent controller in AM test
-
eac
committed
28319964:
Fixed: #without_typecast should only disable typecasting on the duplicated attributes [#3387 state:resolved]
-
josh
committed
6873b1d6:
Don't use use_controllers in routing tests
-
josh
committed
2c3ca9ae:
This is routing error message test is tightly coupled to the implementation. Just test that it raises an exception.
-
josh
committed
f1767c15:
Drop legacy support for case insensitive controller recognition
-
josh
committed
cc0103fe:
Fix brittle query string comparisons
-
josh
committed
e900a843:
Fix brittle query string comparisons
-
josh
committed
702df0d2:
Fix standalone run of routing test. Only reference controllers that are provided in fake_controllers
-
josh
committed
6c2a7390:
Stop using with_controllers in tests
-
josh
committed
e00f57e2:
No longer need this special routing exception message because these kinds of ambiguous generations are deprecated
-
josh
committed
20f0b330:
Drop support for routing :generate_all
-
josh
committed
d5041382:
Invalid route requirements should always raise an exception even if they are unused
-
Carl Lerche
committed
d0f4d93d:
Remove some remnants of config.gem
-
josevalim
committed
1f9d234a:
By default use ActiveModel API in controller generators, unless otherwise specified [#3123 status:resolved]
-
josevalim
committed
03c5a0e5:
Make app generatoor specs green once again.
-
eac
committed
f936a1f1:
Refactoring attributes/types [#3348 state:resolved]
-
josevalim
committed
cb873026:
Bring agnosticism to error_messages_for.
-
josevalim
committed
2e37effd:
Unify class_inheritable_accessor and extlib_inheritable_accessor and allow responder to be set in the class level.
-
jeremy
committed
028911ad:
Use rails/rack
And 27 more commits...
-
jeremy
committed
4bb6f770:
Work around count returning string (bug)
-
jeremy
committed
59b58dfa:
Use public submodule url
-
jeremy
committed
64c9a401:
Make ruby-debug optional
-
miloops
committed
ca0530a5:
exists? method now uses ARel
-
miloops
committed
5b61168a:
Added arel_attributes_values methods, refactored locking and AR#update to use this method
-
miloops
committed
0cf54f9d:
Merge commit 'rails/master'
-
miloops
committed
b0bd4f45:
Merge commit 'rails/master'
-
miloops
committed
19d2ff83:
Calculations now use Arel to construct the query.
-
miloops
committed
09053960:
construct_finder_sql now use Arel
-
miloops
committed
0e113a04:
Refactored locking update
-
miloops
committed
649fd105:
Merge commit 'rails/master'
-
miloops
committed
345e686d:
Changed locking to use Arel. Arel updated
-
miloops
committed
c0f66b76:
Added ruby-debug
-
miloops
committed
e428c75d:
Remove connection method definition, since it's called just once.
-
miloops
committed
7958308e:
More progress on migrations. Arel updated.
-
miloops
committed
d8f99c36:
Added Arel integration to migration's version update table
-
miloops
committed
0d9f1da9:
Arel updated
-
miloops
committed
a934bbbb:
Removed blank lines
-
miloops
committed
fdcd8197:
Require Arel
-
miloops
committed
3b43d180:
Added arel as a submodule. This is temporary and will make development/testing easier.
And 238 more commits...
-
josh
committed
444ba150:
Put test in place for deprecated dispatcher
-
josh
committed
635aa912:
More robust console test
-
josh
committed
76d82367:
Revert "Revert "Fix Dispatch.new so passenger works" as it broke the build"
-
NZKoz
committed
49b52cad:
Revert "Fix Dispatch.new so passenger works" as it broke the build
-
josh
committed
c97c31b0:
Fix Dispatch.new so passenger works
-
josh
committed
86d05900:
Only draw default route once
-
josh
committed
86ed58d9:
Use with_routing helper in tests instead of modifying global route set
-
josh
committed
61411f2a:
Redraw default routes on all internal integration tests. We don't need SimpleRouteCase anymore
-
josh
committed
8287a112:
Avoid creating new controller constants during test runtime. All routable controllers should be defined beforehand.
-
josh
committed
2a938ad5:
Run AP isolated tests on CI
-
josh
committed
f5cba5e6:
Moved shared form helper models into fake_models
-
josh
committed
31319b47:
NumberHelper depends on big decimal extensions
-
josh
committed
7eaed071:
Changing directories during the test breaks file loading when ran by itself
-
josh
committed
660eb068:
Don't load rubygems for isolated tests
-
josh
committed
75a2f00c:
Move improved isolated test runner to AP
-
josh
committed
018b79dd:
File extra test folders into controller, dispatch, or template
-
josh
committed
84e94551:
Add custom "with_routing" to internal tests to fix reseting session after using
-
josh
committed
89630a7c:
Cleanup whitespace introduced in 8377646 and f4f6888
-
Taryn East
committed
8377646d:
add indifferent access to the attributes
-
Taryn East
committed
f4f68885:
update_attribute(s) added to Active Resource
And 61 more commits...
-
Carl Lerche
committed
420004e0:
Initialize a new instance of Rails.application during integration tests
-
Carl Lerche
committed
2370e87a:
Remove all calls to Rails::Initializer from boot.rb
-
Carl Lerche
committed
34aae6d7:
Remove a duplicate initializer
-
Carl Lerche
committed
c9d4529c:
Change Rails::Application to a class that is inherited from.
-
Carl Lerche
committed
d1a63b15:
Remove unneeded files from the railties test directory
-
Carl Lerche
committed
6b086449:
Fix the broken railties isolation tests
-
brynary
committed
1d7412b1:
Reduce specificity of logging test to avoid dependency on the system clock
-
thewoolleyman
committed
19017470:
reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was getting negative and changing values for ID field. See http://www.sqlite.org/datatypes.html
-
thewoolleyman
committed
f95a7f89:
make mysql and postgresql rebuild databases on every CI build, to prevent breakages such as collation and character set changing
-
wycats
committed
26f22a28:
Merge branch '2-3-stable' of git@github.com:rails/rails into 2-3-stable
-
jtrupiano
committed
f489b334:
Introduce :almost keyword for distance_of_time_in_words. Make 1.75 days - 2 days return '2 days'.
-
jpignata
committed
b372b4c8:
Enhancing distance_of_time_in_words to prefix year output with over and about depending upon how many months have elapsed
-
Luciano G Panaro
committed
14a6794a:
Make has_one with :conditions hash scope build or creation of the associated object with those conditions
-
gaspard
committed
8371d6f0:
Fixes a bug where layouts provided with an absolute path would not be found because they were prefixed by 'layouts'. This bug only appears if the path does not contain the word 'layouts'.
-
thewoolleyman
committed
4a11ca1c:
include nokogiri gem, so activesupport nokogiri tests run
-
alloy
committed
b18248ff:
The DomAssertions now also strip surrounding whitespace inside tags.
-
alloy
committed
deac481e:
Made assert_dom_equal and assert_dom_not_equal ignore meaningless whitespace.
-
alloy
committed
cddd4746:
Rewrote ActionView::TestCase.
-
Manfred
committed
c680f237:
Prefix Internet Explorer's accepted mime types with sensible defaults.
-
Michael Gunderloy
committed
6222ac1a:
Fix variable error in Nokogiri XmlMini code [#3242 state:resolved]
-
wycats
committed
5f6e788e:
Removes examples so it can be replaced with separate repo
-
tenderlove
committed
e1875286:
making nokogiri to hash less clever, more fast O_o
-
jeremy
committed
1488c6cc:
Fix brittle content-type check. [#1956 state:committed]
-
m4dc4p
committed
4f5cac53:
Enable use of MySQL stored procedures by default.
-
Developer
committed
179b4512:
Allow Nokogiri XmlMini backend to process cdata elements
-
jeremy
committed
772a32a2:
Convert the other vendored libs to avoid pulling in old gems. Works even if rubygems isn't loaded.
-
jeremy
committed
0039c034:
Avoid inadvertently loading an old tzinfo gem
-
carlhuda
committed
f0dd77c6:
Move railties/lib/* into railties/lib/*
-
josh
committed
610b81be:
Clean up log output for rendered templates
-
josh
committed
9f96708f:
Resurrect AC::Benchmarking [#3140 state:resolved]
-
josh
committed
c2f8b4e9:
Remove dead requries to AC integration. Rely on autoloads instead
-
josh
committed
3fb623fa:
SessionRestoreError belongs in AD
-
josh
committed
542ddde5:
Move helpers specific to functional tests out of TestProcess into AC::TestCase
-
josh
committed
4a55d1de:
Move integration test runner into ActionDispatch
-
ffmike
committed
3600c384:
More places to bump rack-test version [#3250 state:resolved]
-
josh
committed
a9c8995a:
Bump rack-test required version to 0.5
-
josevalim
committed
24074796:
Fixes Sam Ruby tests suite.
-
wycats
committed
1bbb9b2d:
Merge commit 'jose/orchestra'
-
laktek
committed
e2d0b0ee:
fixed ActiveModel::Lint typos [#3236 state:resolved]
-
josevalim
committed
4215e9ab:
Instrumenting cache stores.
-
josevalim
committed
09f798ba:
Instrument create and deliver in ActionMailer.
-
josevalim
committed
a0233dd3:
Use NewCallbacks on ActionDispatch::Callbacks.
-
josevalim
committed
7cc1c2e7:
Add Orchestra instrumentation to fragment and page caching.
-
josevalim
committed
8f47f311:
Instrument process_action, render and sql.
-
josevalim
committed
3c9a37c9:
Added Orchestra.
And 47 more commits...
