More at rubyonrails.org: Overview | Download | Deploy | Code | Screencasts | Documentation | Ecosystem | Community | Blog

#15 Marcel Molina Jr. - All time
Showing 138 commits

All contributors →
Hash Date Message
3d1a30b 2008-02-08 Ooops. Add fixture partials for last commit
438b108 2007-12-31 Changed the implementation of Enumerable#group_by to use...
d7e9780 2007-12-05 Fix typo in [8287]
f770b82 2007-11-06 Enhance explanation with more examples for attr_accessib...
96fa4a2 2007-11-06 Make transaction documentation example more realistic
4f59aac 2007-11-06 Explain semantics of having several different AR instanc...
aaccd18 2007-11-06 Add missing file for revision #8090
2b6ad48 2007-05-08 Evaluate expression for assert_difference in the scope o...
5a9dc12 2007-05-08 Fix typo and clarify code examples in documentation for ...
689b529 2007-05-08 Simplify API of assert_difference by passing in an expre...
a7b90b7 2007-03-03 Move plugin classes into the rails directory to match th...
9f53e09 2007-03-03 Move responsibility for ensuring that all registered gem...
3d2c232 2007-03-02 Use to_sentence rather than inspect when reporting which...
15c466d 2007-03-02 Split out the basic plugin locator functionality into an...
b0e1430 2007-03-02 Split plugin location and loading out of the initializer...
309a6bd 2006-11-16 Add Module#attr_accessor_with_default to initialize valu...
ba5591f 2006-10-22 Expose methods added to Enumerable in the documentation,...
065908a 2006-10-12 Make page caching respect the format of the resource tha...
9db407f 2006-09-02 Don't pad remaining places with in_groups_of if specifie...
2ac4839 2006-08-14 Update respond_to docs to follow established naming conv...
9b20464 2006-08-09 Fix typo in caching docs.
883c54a 2006-08-07 Add documentation for how to disable timestamps on a per...
08f40a5 2006-08-04 Fix typo in caching docs. [Marcel Molina Jr.]
d17bd6a 2006-08-03 Make action caching aware of different formats for the s...
2482e17 2006-07-13 Get rid of constant redefinition warnings when running A...
3115c42 2006-05-23 Add generator files...
f91096a 2006-05-22 Normalize classify's argument to a String so that it pla...
36d1a2f 2006-05-17 Make Array#in_groups_of just return the grouped collecti...
f2b3deb 2006-05-14 Don't destroy a HashWithIndifferentAccess if symbolize_k...
0a407bc 2006-05-10 ActionMailer::Base documentation rewrite. Closes #4991 [...
4daf2c1 2006-04-30 Use reverse_each rather than reverse.each. [Marcel Molin...
68ab908 2006-04-30 Ensure that StringIO is always available for the Schema ...
aa72c46 2006-04-29 Replace superfluous name_to_class_name variant with came...
9f92dd3 2006-04-29 Replace alias method chaining with Module#alias_method_c...
995167e 2006-04-29 Strip out punctuation on predicates or bang methods bein...
6186490 2006-04-29 Replace Ruby's deprecated append_features in favor of in...
df26041 2006-04-29 Fix test database name typo. [Marcel Molina Jr.]
869c41d 2006-04-29 Revert unintential change to filter parameters
0049bd7 2006-04-29 Update README
0dc53a8 2006-04-28 When grouping, use the appropriate option key. [Marcel M...
2ec1527 2006-04-28 Only modify the sequence name in the FrontBase adapter i...
1eade41 2006-04-27 Don't require the frontbase adapter until you need to
43ee8ab 2006-04-26 Allow error_messages_for to report errors for multiple o...
fe8db23 2006-04-26 Fix documentation indentation
09095c7 2006-04-25 Remove all remaining references to @params in the docume...
2114220 2006-04-25 Add documentation for redirect_to :back's RedirectBackEr...
abc2dba 2006-04-25 Change the scaffolding layout to use yield rather than @...
7bb2065 2006-04-25 Update layout and content_for documentation to use yield...
7cc446a 2006-04-15 DRY up association collection reader method generation.
37758cd 2006-04-15 DRY up and tweak style of the validation error object.
b305ef3 2006-04-13 Correct spurious documentation example code which result...
ac97c7a 2006-04-06 Do filter condition lookup against the actual hash
4859b6c 2006-04-05 Honor skipping filters conditionally for only certain ac...
3f049b0 2006-03-30 Do not implicitly mark recordss of has_many :through as ...
4e3c101 2006-03-28 Add 1.0 marker to edge rails changelongs
cb069ea 2006-03-23 Don't polute the top level namespace in the console with...
3308236 2006-03-21 Make all ActionView helpers available in the console for...
0d92ce5 2006-03-01 Make Enumerable#group_by return a Hash (sacrificing the ...
1fdf578 2006-03-01 Add Enumerable#group_by and Array#in_groups_of
297618b 2006-01-22 Make dynamic finders honor additional passed in :conditi...
8d4d88a 2006-01-22 Change layout discovery to take into account the change ...
363b79f 2006-01-19 Refactor human_size to exclude decimal place if it is zero.
4793a2f 2006-01-15 Automatically discover layouts when a controller is name...
30c6bd9 2006-01-13 Make migration generator only report on exact duplicate ...
751b6be 2006-01-12 Allow auto-discovery of third party template library lay...
36fc181 2006-01-08 Make HashWithIndifferentAccess#update behave like Hash#u...
945dd92 2006-01-05 Don't raise an exception when there are more keys than t...
bbec3ae 2006-01-04 Sanitize scoped conditions.
0b55ce7 2005-12-26 Value of full_messages on stubbed out AR instances shoul...
839f03b 2005-12-26 Make auto_link match urls with a port number specified.
233208b 2005-12-20 Don't try to strip out the controller name if default_ac...
56234be 2005-12-18 Honor ActiveRecord::Base.pluralize_table_names when crea...
39766a9 2005-12-17 Don't include a layout when rendering an rjs template us...
98068a7 2005-12-13 Fix typo in benchmarker usage string.
93b4c0b 2005-12-13 Fix typo in profiler usage string.
a501aa7 2005-12-11 Remove duplicate entry from chagnelogs.
4f1e37c 2005-12-03 Add install.rb file to plugin generation which is loaded...
2e42167 2005-12-02 Allow validate_uniqueness_of to be scoped by more than j...
c3612a2 2005-12-02 Silence deprecation warnings for keep_flash when running...
bea737e 2005-11-22 Make ActionController's render honor the :locals option ...
119155b 2005-11-21 Revert [3130]. Behavior of introducing Kernel.binding ca...
dd198e2 2005-11-21 Pull out Array#to_strings in favor of more general Symbo...
69bf71f 2005-11-21 Add Symbol#to_proc, which allows for, e.g. [:foo, :bar]....
5d785db 2005-11-20 Add Array#to_strings which to_s's all elements in an array.
baa2ab5 2005-11-20 Add extended_by, extend_with_included_modules_from and c...
f18463f 2005-11-20 Add tasks to create, drop and rebuild the MySQL and Post...
62fe5bb 2005-11-18 Make rjs templates always implicitly skip out on layouts.
06e74b6 2005-11-17 Add support for new rjs templates which wrap an update_p...
e541471 2005-11-17 Update from LGPL to MIT license as per Minero Aoki's per...
5cb2aa7 2005-11-17 Rename Version constant to VERSION. Closes #2802.
2af3743 2005-10-29 Add task to generate rdoc for all installed plugins.
0ba5bd5 2005-10-27 Update documentation for observers to reflect new config...
e440098 2005-10-19 Update CHANGELOG.
90e8707 2005-10-19 Make all of tests runnable on their own.
b23c72f 2005-10-19 Add title case method to String to do, e.g., 'action_web...
ff8fe66 2005-10-17 Use the more appropriate columns_hash to get the session...
07b4ea2 2005-10-15 Eliminate an obsolete comment.
e2da98e 2005-10-14 Back out of [2548].
b840e4e 2005-10-12 Deprecated ActiveRecord::Base.threaded_connection in fav...
f0b2b63 2005-10-12 Add test coverage for customized primary keys including ...
cb8c807 2005-10-11 Fix typo in CHANGELOG.
64cd4e4 2005-10-09 PostgreSQL returns the path type wrapped in quotes.
24b9d2f 2005-10-08 Backing out of #2496. Comparing md5 checksums is in no w...
d949948 2005-10-08 Compare md5 checksums of files rather than files themsel...
6b59011 2005-10-08 Skip directories when checking for identical source and ...
a7cdaad 2005-10-08 Evaluate dynamic templates before checking if the new fi...
d451044 2005-10-08 Make the generator skip a file if it already exists and ...
0d07152 2005-09-28 Make schema definition column lookups agnostic w/r/t/ wh...
f43d97a 2005-09-28 Add failing test that shows that AR::Migration.remove_co...
1e87d6e 2005-09-28 Added test coverage for stylesheet_path to show that it ...
93db2f3 2005-09-28 Include additional ticket number that is closed by [2380].
b9fa354 2005-09-27 Add extensive documentation to the ActiveRecord::Abstrac...
1d738ca 2005-09-26 Make update_attribute use the same writer method that up...
1465f9c 2005-09-26 Make migrations honor table name prefixes and suffixes.
b545606 2005-09-26 Have text helpers use built in Regexp.escape rather than...
b25933f 2005-09-26 Get rid of warnings generated by calling obsolete .to_a ...
2eb29c2 2005-09-19 Include libs/ in rake stats #2223 [Marcel Molina]
251a5d4 2005-09-18 Fix eager loading error messages, allow :include to spec...
7c042e0 2005-09-14 Fixed access to "Host" header with requests made by crap...
9b0b66b 2005-07-22 Added load_fixtures task to the Rakefile, which will loa...
c6ab8f5 2005-07-02 Added :field_name option to DateHelper#select_(year|mont...
dad9c4b 2005-07-02 Fixed that model generator would make fixtures plural, e...
3dfa56c 2005-06-26 Updated all references to the old find_first and find_al...
3eed327 2005-06-25 Fixed that validations didn't respecting custom setting ...
a995f42 2005-06-25 Added tests for whiny nil #1476 [court3nay/marcel]
89e06ed 2005-06-16 Fixed image_tag so an exception is not thrown just becau...
87b55f5 2005-03-06 Updated wording in YAML error [noradio]
df99b68 2005-02-23 Changed default IP binding for WEBrick from 127.0.0.1 to...
b40d3c9 2005-01-20 Replaced === checks with is_a? checks #502, #82 [Marcel ...
652f1ef 2005-01-18 Added 5-second timeout to WordNet alternatives on creati...
876a1a1 2005-01-11 Added Byte operations to Numeric, so 5.5.megabytes + 200...
e38ee7c 2005-01-11 Added conditional layouts like <tt>layout "weblog_standa...
677d922 2005-01-09 Added conditional filters #431 [Marcel]
eeae1ee 2004-12-19 Added documentation for automatic layout inclusion #328 ...
1579f3b 2004-12-16 Added Base.validates_format_of that Validates whether th...
83c668f 2004-12-15 Make Railties *not* include .svn dirs in its gemspec fil...
17a74d9 2004-12-15 Added that controllers will now search for a layout in $...
9ee94ab 2004-12-12 Added that render_partial will always by default include...