0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed route issue when the Resource mapped path ends with a '/'. Added syntax ideas. More... almost 15 years ago
Removed incorrect documentation. More... almost 15 years ago
Added Resource.[], which returns the path. More... almost 15 years ago
Collapsing some lines. More... almost 15 years ago
Using a UserAuthentication module. More... almost 15 years ago
Showing off object methods. More... almost 15 years ago
Updated resource regsitration docs. More... almost 15 years ago
Fixed named route documentation. More... almost 15 years ago
Some readme documentation. More... almost 15 years ago
Resource.path now handles sub path param keys. e.g. class User < Resource map 'users' get ':user_id' {} end More... almost 15 years ago
Fixed issues with mapping the root path (/). More... almost 15 years ago
Supporting relative paths without a leading '/'. More... almost 15 years ago
Added rspec helpers. Added BeHttp matcher. More... almost 15 years ago
Resource.base_path is not .base_path_definition. Resource.base_path is now the .base_path_definition with the passed-in evaluated parameter values. Resource.path now works when the base_path_definition has contains parameters. More... almost 15 years ago
Resource#method_missing delegates to the Sinatra Application instance. More... almost 15 years ago
.path takes url query params. More... almost 15 years ago
Changed spec description. More... almost 15 years ago
Resoure.path takes multiple arguments as path parts. More... almost 15 years ago
Added basic implementation of the Resource.path method, which generates a uri path. More... almost 15 years ago
Readded Resource.map method. Each resource will once again have a single base_path. More... almost 15 years ago
Fixed specs. More... almost 15 years ago
Renamed Resource.routes to .route_handler, because .routes is too ambigious for the Sinatra route registration. More... almost 15 years ago
Extracted protected create_sinatra_handler method for more clarity. More... almost 15 years ago
Resource is no longer a Module. Instead, Resource.routes returns a module with the routes and can be registered by the Sinatra Application. More... almost 15 years ago
Changed string name. More... almost 15 years ago
Added Resource#path method. More... almost 15 years ago
The base path is now passed into the Resource initializer. More... almost 15 years ago
Resource is now a subclass of Module. A Resource is meant to be registered with the Sinatra app. e.g. Sinatra::Application.register(MyResource.new) More... almost 15 years ago
Fixed eval line number. More... almost 15 years ago
Drying up the definition of the http verb methods using meta-programming. More... almost 15 years ago