CARVIEW |
-
Your own personal hoodwink'd. Add commenting to any site.Created Thu May 01 10:25:28 -0700 2008
-
The Rails Engines pluginCreated Fri Apr 18 13:56:06 -0700 2008
-
The easy and fun Continuous Integration serverCreated Fri Sep 19 00:19:12 -0700 2008
-
Ruby on RailsForked from rails/rails Wed Nov 26 07:11:02 -0800 2008
-
Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite a...Forked from technoweenie/restful-authentication Fri Dec 12 02:55:54 -0800 2008
-
Simple Config is a plugin designed to make application-wide configuration settings easy to set an...Forked from lukeredpath/simpleconfig Fri Dec 12 04:27:21 -0800 2008
-
I suppose it's a document database. Or a tuple store. But really, it's just data sloshing around,...Created Thu Feb 07 09:04:58 -0800 2008
-
A Stikkit Dashboard widget for Mac OS XCreated Sun Sep 21 03:40:02 -0700 2008
-
Vanilla in RubyCreated Tue Mar 04 14:13:34 -0800 2008
Public Activity
5a2fb6db686ea04a70640926f12fa81b725ef743
There's too much noise coming from the engines plugin into logfiles.
91ef5a9da6bdd26942e4774dda916df05827bca2
Comment should use the new config.
a3651e242dce5fdb6e185a6212c271da0925c908
And lets use the right public directory for assets.
9a6ce83b3dbc29aa188c4db714515d61c53b8d83
Use the app config for the secret.
3e44c1fc51ad326d2f77a71bf676d21a01c80959
There should be a simple, unified way of configuring a running Vanilla application, which doesn't involve putting the config into Vanilla itself. This should make it simpler for Vanilla to simply be a gem in the future.

-
lazyatom committed b4eed26f:
Rack is the way forward. We need not these things.
-
lazyatom committed 977348d3:
Clearing out another vestige of our non-rack-native past.
-
lazyatom committed f8937551:
Merge branch 'master' of git://github.com/necrodome/vanilla-rb
-
necrodome committed 8853ac9f:
Use secure session cookies (in login, too)
-
necrodome committed ae16b465:
Add a method to return application root directory
-
necrodome committed 85cd759d:
Access to session env variable via method
b4eed26f3f2011eb924a34f915680c9992f8c26f
Rack is the way forward. We need not these things.
977348d3efa190e1e0b72988def6fe6de6e202b9
Clearing out another vestige of our non-rack-native past.
f8937551225c886d5902f891b79803e204feac07
Merge branch 'master' of git://github.com/necrodome/vanilla-rb
d9ab665dd5725494a36cb964c2f21a5d8595c857
Remove the broken spec - that's to be fixed in a branch.
7656768eb6c9cd7cbd97724d80c3b0781f2d630d
Dynasnip already provides a way to access the stored snip
d4b2c49a6ce83f685c8d7f9bac1300ae4056a2bf
Fixed README given new location of rackup file
abedce9d68dae7310080aeed06c43d6ec1d216d4
SimpleConfig's ControllerMixin will play nicer with Rails' conventions - if it defines a submodule of SimpleConfig, it should be in the simple_config directory.