You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+61-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,63 @@
1
+
== 0.9.2 "appropriate response to reality" 2008-03-24
2
+
* Fix merb-flat and merb-very-flat generators
3
+
* merb-gen no longer generates apps by default
4
+
* fix templates so merb-gen will work.
5
+
* cache_action and cache_page should only set cache for 200 responses (closing #207)
6
+
* use Dir.chdir(dir){ sh "#{SUDO} rake install" } for windows compat in rakefile
7
+
* merge drnics MERB_ROM stuff for merb-gen
8
+
* add freeze task to the app rakefiles to freeze as git submoduels.
9
+
* ok since merb-haml is in -more we will use Merb::Config not Merb::Plugin.config
10
+
* Set mongrel as default adapter unless other alternative options are specified
11
+
* Clean up Merb-Gen
12
+
* Added Autotest mappings for full Merb applications for both the RSpec and Test/Unit libraries.
13
+
* Removing un-needed js comment sequence from bundled asset tag.
14
+
* merb-more rake install task escalates user privileges too early
15
+
* don't reload classes in test mode
16
+
* fix up merb-fcgi binary to work out of the box
17
+
* 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
18
+
* use __send__ not send, use require in merb-haml
19
+
* Fix merb-haml spec to pull proper config
20
+
* Fix action-args to honor controller actions defined using :define_method
* added merb-cache to the array of gems in Rakefile. closing #79
24
+
* updated page caching to use logger
25
+
* rearranged module/class structure
26
+
* added expire_match support for memcache backend
27
+
* config/environments/rake.rb now defaults to log/merb_rake.log
28
+
* Now generates config/environments/rake.rb, so Rakefile uses a real environment for Rake (which you can override with MERB_ENV)
29
+
* Make symbolize_keys! a noop temporarily.
30
+
* move plugin config to main file in merb-assets
31
+
* Auto-generated spec_helper.rb now uses :testing option instead of $TESTING global var
32
+
* merb-cache can be disabled with config key :disable
33
+
* implemented dummy cache store in order to be able to disable caching
34
+
* Auto-generated spec_helper.rb now uses :testing option instead of $TESTING global var
35
+
* framework.rb needs to be here.
36
+
* 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.
37
+
* Added Gem path manipulation to frozen-merb template
38
+
* The :merb_env task now logs to log/rake.log by default
39
+
* Added merbtasks.rb
40
+
* Cleanup of merb-gen generated Rakefile
41
+
* By default classes should not be reloaded (reload_classes = false) in the TEST environment.
42
+
* add clean task
43
+
* Update task name to have dependencies handled correctly.
44
+
* Corrects a spec that uses a helper. The helper needs to be in the Merb namespace
45
+
* Fixed typo in freezer generator template
46
+
* Template extension documentation
47
+
* Revert "Adds a haml_buffer method to Haml::Helpers. This was reporting being missing when using haml in a form."
48
+
* ignore bundle, and merb-more.rb
49
+
* create merb-more.rb
50
+
* capture and concat from AbstractController are private
51
+
* Adds a haml_buffer method to Haml::Helpers. This was reporting being missing when using haml in a form.
52
+
* Clean up flat app so it makes better use of the way custom frameworks work.
53
+
* adding merb-cache to merb-more, thanks booss
54
+
* Adds merb_test_unit to init.rb when generating an app with --test
55
+
* MERB_TEST_SUITE=test|spec for a pre-selected test suite for merb-gen app generator
56
+
* added MERB_ORM info to merb-gen usage
57
+
* Uses MERB_ORM env variable to preselect an ORM for config/init.rb
58
+
* Freezer refactor.
59
+
* Introduce the `freeze' rake task
60
+
1
61
== 0.9.1 "Some are half-wild, and some are just outlaws." 2008-02-29
2
62
* merb-action-args: Normalize calls to Merb.start
3
63
* merb-assets: Adds a before_app_loads to merb-assets and fixes XHTML
@@ -45,4 +105,4 @@
45
105
* merb-parts: [merb-parts] Adds method missing so that controller methods
0 commit comments