51
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 04, 2024 — Jan 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "Made it raise NotImplemented if you don't return something valid from a controller action, as requested in lighthouse ticket #1201." More... almost 16 years ago
Revert "Made it raise NotImplemented if you don't return something valid from a controller action, as requested in lighthouse ticket #1201." More... almost 16 years ago
Adds support for Merb::Config[:ignore_system_gems], which if set to true will *not* fallback to system gems. This enables you to be sure your merb app has all required gems bundled, and not accidently using system gems. More... almost 16 years ago
Adds support for Merb::Config[:ignore_system_gems], which if set to true will *not* fallback to system gems. This enables you to be sure your merb app has all required gems bundled, and not accidently using system gems. More... almost 16 years ago
Adding :source option on Kernel::dependency More... almost 16 years ago
#1199: adding merb.resource helper in merb -i similar to merb.url More... almost 16 years ago
#1199: adding merb.resource helper in merb -i similar to merb.url More... almost 16 years ago
#1202: Adding the ability to use throw :halt within any action for consistency sake, and the ability to reuse before filters (with throw :halt) as methods inside your actions More... almost 16 years ago
#1238 added merb-gen to dependencies.rb on newly generated apps More... almost 16 years ago
#1198: added merb.route_to, a console helper that allows you to easily verify your routes More... almost 16 years ago
#1198: added merb.route_to, a console helper that allows you to easily verify your routes More... almost 16 years ago
#1195 Fix for merb.reload! in merb interactive console More... almost 16 years ago
#1195 Fix for merb.reload! in merb interactive console More... almost 16 years ago
fixed syntax for the latest version of webrat More... almost 16 years ago
fixed spec syntax More... almost 16 years ago
merb now requires mime-types 1.16 to insure compatibility with Ruby 1.9.x More... almost 16 years ago
Merb-core should be dependency at new plugin, not the whole merb More... almost 16 years ago
Trivial fix to load_classes in correct order More... almost 16 years ago
"coding: undecided" blocks 1.9 More... almost 16 years ago
remove useless 'collect' method More... almost 16 years ago
Dir[] returns non-ordered files More... almost 16 years ago
avoid "string << error" More... almost 16 years ago
Made 4 examples be passed. More... almost 16 years ago
Time#to_s has a new format in ruby 1.9 More... almost 16 years ago
use String#<< rather than Array#<< to build a string for performance and ruby 1.9 spec More... almost 16 years ago
String#to_i no longer accepts non digits value in ruby 1.9 More... almost 16 years ago
add magic comment More... almost 16 years ago
fix SyntaxError for 1.9 More... almost 16 years ago
instance_eval with block parameter More... almost 16 years ago
name_prefix can be an Array More... almost 16 years ago