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
Merge branch 'master' of [email protected]:wycats/merb-core
wycats
as Yehuda Katz
More... about 17 years ago
Reloader should work (specs too!)
wycats
as Yehuda Katz
More... about 17 years ago
Clean up rack adapters yet again. got rid of case statement More... about 17 years ago
Remove Controller.build and set_dispatch_variables, just use Controller.new instead More... about 17 years ago
remove only call to _attr_accessor More... about 17 years ago
split up router into separate files. remove _attr_accessors, clean up More... about 17 years ago
fix :layout to be :for_layout, fix adapter for thin More... about 17 years ago
fix typo More... about 17 years ago
Merge branch 'master' of [email protected]:wycats/merb-core More... about 17 years ago
Updates to the rack adapter framework. Move adapter choice into a bootloader. Make Merb.adapter be set to the rack adapter to use. Allow for a rack.rb file at the app root or in config dir where you can use Rack::Builder {} syntax to mount additional rack apps or middleware More... about 17 years ago
Logger works now (kinda).
wycats
as Yehuda Katz
More... about 17 years ago
BootLoader updates: * Load all facets at once * Documented bootloader and made its before/after hooks more stable * Added protect_keys! and unprotect_keys! to Hash to assist reloading * Improved hook to use dictionaries (from Facets) * Updated specs to use the new Merb.start with the runner adapter * Created spec folder for reloading
wycats
as Yehuda Katz
More... about 17 years ago
Merge Ezra's changes and switch to Merb.start %w( -e test -a runner )
wycats
as Yehuda Katz
More... about 17 years ago
Merge branch 'master' of [email protected]:wycats/merb-core
wycats
as Yehuda Katz
More... about 17 years ago
More fixes for specs
wycats
as Yehuda Katz
More... about 17 years ago
Adding runner rack adapter for testing and script runer style More... about 17 years ago
Merge branch 'master' of [email protected]:wycats/merb-core More... about 17 years ago
Whoops: some typos in the last commit
wycats
as Yehuda Katz
More... about 17 years ago
Merge branch 'master' of [email protected]:wycats/merb-core More... about 17 years ago
small fix More... about 17 years ago
A series of improvements: * Include the correct init file (allowing Merb::Config) * Move Merb:BootLoader::LoadInit into merb-core.rb * Include GlobalHelpers in Merb::AbstractController * Erubis benchmark * Inflector benchmark * Changes to the SpecHelper to support the new Config[:framework] system
wycats
as Yehuda Katz
More... about 17 years ago
Leftover files
wycats
as Yehuda Katz
More... about 17 years ago
Template and working generator
wycats
as Yehuda Katz
More... about 17 years ago
Whoops, bug in #display. Plus gitignore.
wycats
as Yehuda Katz
More... about 17 years ago
New way of handling layouts (no more hardcoded :layout path)
wycats
as Yehuda Katz
More... about 17 years ago
Slight renaming
wycats
as Yehuda Katz
More... about 17 years ago
Initial commit
wycats
as Yehuda Katz
More... about 17 years ago
Inflector added from facets
wycats
as Yehuda Katz
More... about 17 years ago
Made merb -i work More... about 17 years ago
adding sample 0.5.2 app to samples, it boots! More... about 17 years ago