public
Fork of wycats/merb-more
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/somebee/merb-more.git
Prep v0.9.2
ivey (author)
Mon Mar 24 20:44:23 -0700 2008
commit  fc141af9085b5c28c42c7e746f1241c22892b9de
tree    7be2cba9110c706d9a61d6005993a8b1d8092fc8
parent  30569d2d2708d6d8d21522fb2b220e87e8b4e663
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
45
46
47
48
49
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
...
105
106
107
 
108
109
0
@@ -1,3 +1,63 @@
0
+== 0.9.2 "appropriate response to reality" 2008-03-24
0
+* Fix merb-flat and merb-very-flat generators
0
+* merb-gen no longer generates apps by default
0
+* fix templates so merb-gen will work.
0
+* cache_action and cache_page should only set cache for 200 responses (closing #207)
0
+* use Dir.chdir(dir){ sh "#{SUDO} rake install" } for windows compat in rakefile
0
+* merge drnics MERB_ROM stuff for merb-gen
0
+* add freeze task to the app rakefiles to freeze as git submoduels.
0
+* ok since merb-haml is in -more we will use Merb::Config not Merb::Plugin.config
0
+* Set mongrel as default adapter unless other alternative options are specified
0
+* Clean up Merb-Gen
0
+* Added Autotest mappings for full Merb applications for both the RSpec and Test/Unit libraries.
0
+* Removing un-needed js comment sequence from bundled asset tag.
0
+* merb-more rake install task escalates user privileges too early
0
+* don't reload classes in test mode
0
+* fix up merb-fcgi binary to work out of the box
0
+* adds implementation for #220 * modifies merb.fcgi to enable really working with fcgi setups * adds default .htaccess that manages the redirection to the CGI script
0
+* use __send__ not send, use require in merb-haml
0
+* Fix merb-haml spec to pull proper config
0
+* Fix action-args to honor controller actions defined using :define_method
0
+* fix merb-more rakefiles, fix haml config options
0
+* Added support for charset in css_include_tag
0
+* added merb-cache to the array of gems in Rakefile. closing #79
0
+* updated page caching to use logger
0
+* rearranged module/class structure
0
+* added expire_match support for memcache backend
0
+* config/environments/rake.rb now defaults to log/merb_rake.log
0
+* Now generates config/environments/rake.rb, so Rakefile uses a real environment for Rake (which you can override with MERB_ENV)
0
+* Make symbolize_keys! a noop temporarily.
0
+* move plugin config to main file in merb-assets
0
+* Auto-generated spec_helper.rb now uses :testing option instead of $TESTING global var
0
+* merb-cache can be disabled with config key :disable
0
+* implemented dummy cache store in order to be able to disable caching
0
+* Auto-generated spec_helper.rb now uses :testing option instead of $TESTING global var
0
+* framework.rb needs to be here.
0
+* Added ability to create unique, consistant paths to a static asset (js, css, image, video, etc) based on file name to assist in browsers slowed by HTTP Pipelining.
0
+* Added Gem path manipulation to frozen-merb template
0
+* The :merb_env task now logs to log/rake.log by default
0
+* Added merbtasks.rb
0
+* Cleanup of merb-gen generated Rakefile
0
+* By default classes should not be reloaded (reload_classes = false) in the TEST environment.
0
+* add clean task
0
+* Update task name to have dependencies handled correctly.
0
+* Corrects a spec that uses a helper. The helper needs to be in the Merb namespace
0
+* Fixed typo in freezer generator template
0
+* Template extension documentation
0
+* Revert "Adds a haml_buffer method to Haml::Helpers. This was reporting being missing when using haml in a form."
0
+* ignore bundle, and merb-more.rb
0
+* create merb-more.rb
0
+* capture and concat from AbstractController are private
0
+* Adds a haml_buffer method to Haml::Helpers. This was reporting being missing when using haml in a form.
0
+* Clean up flat app so it makes better use of the way custom frameworks work.
0
+* adding merb-cache to merb-more, thanks booss
0
+* Adds merb_test_unit to init.rb when generating an app with --test
0
+* MERB_TEST_SUITE=test|spec for a pre-selected test suite for merb-gen app generator
0
+* added MERB_ORM info to merb-gen usage
0
+* Uses MERB_ORM env variable to preselect an ORM for config/init.rb
0
+* Freezer refactor.
0
+* Introduce the `freeze' rake task
0
+
0
 == 0.9.1 "Some are half-wild, and some are just outlaws." 2008-02-29
0
 * merb-action-args: Normalize calls to Merb.start
0
 * merb-assets: Adds a before_app_loads to merb-assets and fixes XHTML
0
@@ -45,4 +105,4 @@
0
 * merb-parts: [merb-parts] Adds method missing so that controller methods
0
   are available in parts
0
 * merb-parts: Normalize calls to Merb.start
0
-* merb-test: rm -rf merb-test
0
\ No newline at end of file
0
+* merb-test: rm -rf merb-test

Comments

    No one has commented yet.