markbates / mack

A Ruby web application framework

This URL has Read+Write access

mack / CHANGELOG
81973d4b » markbates 2009-02-22 Added Sass support [#249 st... 1 * [#249] Added Sass support
88b9f8a1 » markbates 2009-02-01 Updated CHANGELOG 2 * [#248] Haml can now be used for layouts.
167afa10 » markbates 2009-01-27 Upgrade to DataMapper 0.9.1... 3 * [#247] Upgrade to DataMapper 0.9.10
4 * gem: data_mapper 0.9.10
5 * gem: extlib 0.9.10
6
016939d6 » markbates 2009-01-27 Fixed mack-javascript isn't... 7 === 0.8.3.1
8 * [#246] Fixed mack-javascript isn't generating javascript
9
22a2c08e » markbates 2009-01-18 Release 0.8.3 10 === 0.8.3
4ace8240 » markbates 2009-01-13 Updated CHANGELOG 11 * [#243] Upgraded to Rack 0.9.1
22a2c08e » markbates 2009-01-18 Release 0.8.3 12 * [#242] Upgraded to DataMapper 0.9.9
33882cee » markbates 2009-01-01 Updated CHANGELOG [#241] 13 * [#241] Removed dependency on Facets
f621c25c » markbates 2008-12-22 Add do_sqlite3 to gems.rb [... 14 * [#239] Add do_sqlite3 to gems.rb
22a2c08e » markbates 2009-01-18 Release 0.8.3 15 * [#166] Effects for mack-javascript
8c10f2d4 » markbates 2008-12-18 Added Form Builders [#133 s... 16 * [#133] Added Form Builders
22a2c08e » markbates 2009-01-18 Release 0.8.3 17 * [#22] Ruby 1.9 Support
4ace8240 » markbates 2009-01-13 Updated CHANGELOG 18 * gem: rack 0.9.1
19 * gem: rspec 1.1.12
4138858c » markbates 2009-01-17 Upgraded to configatron 2.2.2 20 * gem: configatron 2.2.2
21 * gem: cachetastic 2.1.2
11d79b38 » markbates 2009-01-18 Fixed CHANGELOG 22 * gem: data_mapper 0.9.9
734b07f6 » markbates 2008-12-14 Upgraded to DataMapper 0.9.... Comment 23 * gem: addressable 2.0.1
4f2c4147 » markbates 2009-01-03 More work on Ruby 1.9 24 * gem: extlib 0.9.9
734b07f6 » markbates 2008-12-14 Upgraded to DataMapper 0.9.... Comment 25
fe438d78 » markbates 2008-11-30 Release 0.8.2 26 === 0.8.2
5a423d4f » markbates 2008-11-28 Fixed render :rjs throws er... 27 * [#237] Fixed render :rjs throws errors
bb56fc6c » markbates 2008-11-27 Upgraded to ActiveRecord 2.... 28 * [#236] Upgraded to ActiveRecord 2.2.2
e7244feb » markbates 2008-11-27 Updated to DM 0.9.7 [#235 s... 29 * [#235] Upgraded to DataMapper 0.9.7
7f187716 » markbates 2008-11-12 Upgraded to Facets 2.4.5 [#... 30 * [#230] Upgraded to facets 2.4.5
31 * [#229] Upgraded to english 0.3.1
69f318bd » markbates 2008-11-12 Removed WEBrick logging [#2... 32 * [#227] Removed WEBrick logging
a8112c2e » markbates 2008-11-12 Bundled necessary gems. [#2... 33 * [#226] Bundled gems.
ff2fc04e » markbates 2008-11-07 Removed dependency on Thin ... 34 * [#225] Removed dependency on Thin
c3b630a0 » markbates 2008-11-05 Fixed mackery console fails... 35 * [#223] Fixed mackery console fails
c5373f25 » markbates 2008-11-28 Added button_to_remote help... 36 * [#148] Added button_to_remote helper method.
7c94b619 » markbates 2008-11-13 Added deferred? routes. [#1... 37 * [#16] Added deferred? routes.
bb56fc6c » markbates 2008-11-27 Upgraded to ActiveRecord 2.... 38 * gem: active_record 2.2.2
e7244feb » markbates 2008-11-27 Updated to DM 0.9.7 [#235 s... 39 * gem: data_mapper 0.9.7
bb56fc6c » markbates 2008-11-27 Upgraded to ActiveRecord 2.... 40 * gem: addressable 2.0.0
7f187716 » markbates 2008-11-12 Upgraded to Facets 2.4.5 [#... 41 * gem: facets 2.4.5
42 * gem: english 0.3.1
27d22f88 » markbates 2008-11-12 Upgraded to RSpec 1.1.11 [#... 43 * gem: rspec 1.1.11
0bfd3614 » markbates 2008-11-12 Updated to haml 2.0.4 44 * gem: haml 2.0.4
c3b630a0 » markbates 2008-11-05 Fixed mackery console fails... 45
f8501828 » markbates 2008-10-26 CHANGELOG 46 === 0.8.1
db169801 » markbates 2008-10-23 Fixed rake mack:dump:routes... 47 * [#217] Fixed rake mack:dump:routes throws errors
46a17a2c » dsutedja 2008-10-23 Updated changelog [#216] 48 * [#216] Added ability to turn off view caching in distributed app
d4a3b15b » dsutedja 2008-10-23 Asset path lookup flow upda... 49 * [#215] Asset path lookup flow update
79f88496 » markbates 2008-10-22 Fixed the params method sho... 50 * [#213] Fixed the params method should be case insensitive
8a195440 » markbates 2008-10-21 Added a pagination API to m... 51 * [#211] Added a pagination API to mack-data_mapper
52 * [#210] Added a pagination API to mack-orm
8fedca44 » dsutedja 2008-10-21 Authenticity token should b... 53 * [#209] inline form built by link_to should include authenticity token
ceb0fae3 » markbates 2008-10-21 Added support for DataMappe... 54 * [#208] Added support for DataMapper repository context per request
92452445 » markbates 2008-10-21 Fixed session cookie not be... 55 * [#207] Fixed session cookie not being deleted properly
f05f61ee » dsutedja 2008-10-21 Added base_path support for... 56 * [#206] Portlet now have access to its base_path
d308d463 » markbates 2008-10-20 Fixed testing of nested par... 57 * [#205] Fixed testing of nested parameters and file uploads breaks
0cacc2fc » markbates 2008-10-17 Resource routes can now tak... 58 * [#204] Resource routes can now take options when being defined.
7558e420 » dsutedja 2008-10-17 Updated changelog [#203] 59 * [#203] Updated distributed: view_cache to include Mack::ViewHelpers instead of Mack::ViewHelpers::LinkHelpers
486d3cdc » dsutedja 2008-10-16 updated changelog [#200] [#78] 60 * [#200] INCOMPATIBILITY NOTICE: mack-notifier configatron namespaces have changed from *_settings to * (e.g. smtp_settings to smtp)
8eb2d305 » markbates 2008-10-17 Added Embedded parameters i... 61 * [#198] Added Embedded parameters in 'host' for Routes
af54d366 » markbates 2008-10-14 Extlib 0.9.8 support [#196 ... 62 * [#196] Extlib 0.9.8 support
7f744b7b » markbates 2008-10-15 DataMapper 0.9.6 support [#... 63 * [#195] DataMapper 0.9.6 support
70deabd7 » markbates 2008-10-10 Added Portlet Support 64 * [#193] Portlet Support
f05f61ee » dsutedja 2008-10-21 Added base_path support for... 65 * [#192] mack-localization now supports portlet
665516e1 » dsutedja 2008-10-17 Asset packager support for ... 66 * [#191] Asset-Packager support for Portlet
ff70f0db » markbates 2008-10-20 Nested resources in Routes ... 67 * [#143] Nested resources in Routes
86fec7ae » markbates 2008-10-10 Updated CHANGELOG 68 * [#134] Form elements are now 'errorfied'.
69 * [#131] Date/Time select boxes can now be easily re-arranged.
486d3cdc » dsutedja 2008-10-16 updated changelog [#200] [#78] 70 * [#78] Jabber support
52b9c77e » markbates 2008-10-09 Working on new boot system. 71 * gem: configatron 2.1.5
af54d366 » markbates 2008-10-14 Extlib 0.9.8 support [#196 ... 72 * gem: extlib 0.9.8
52b9c77e » markbates 2008-10-09 Working on new boot system. 73
137fe85a » markbates 2008-10-06 Updated CHANGELOG 74 === 0.8.0.2
f82e5753 » markbates 2008-10-06 Fixed ViewTemplate methods ... 75 * [#190] Fixed ViewTemplate methods can easily be overridden
52b9c77e » markbates 2008-10-09 Working on new boot system. 76 * [#134] 'errorfy' form elements [this update include changes in mack-active_record, mack-data_mapper, and mack-notifier]
c91095c4 » dsutedja 2008-10-07 updated changelog [#131] 77 * [#131] Added ability to rearrange date/time select
52b9c77e » markbates 2008-10-09 Working on new boot system. 78
a355e958 » markbates 2008-10-06 Release 0.8.0 79 === 0.8.0
f1cea80f » markbates 2008-10-02 Added the printing of the H... 80 * [#187] Fixed: When an exception is raised, the request doesn't get 'logged'
81 * [#185] Fixed: .html is being appended to logged requests when there's a 404
82 * [#184] Request logging should also print the message of the status code
ad216180 » dsutedja 2008-10-02 More asset related updates,... 83 * [#183] Updates to asset mgr/host
aa73a424 » markbates 2008-10-01 Content-type can now be set... 84 * [#181] Content-type can now be set with calling render.
aefd8ff8 » markbates 2008-09-30 When configatron.mack.show_... 85 * [#179] When configatron.mack.show_exceptions is false you now either the public/404.html or public/500.html file.
86058caf » markbates 2008-09-30 Added a configure parameter... 86 * [#178] Added a configure parameter to turn off log coloring
7e36ba1c » markbates 2008-09-30 Added a Google Analytics he... 87 * [#176] Added a Google Analytics helper.
ac95a12d » markbates 2008-09-26 Generating urls should use ... 88 * [#175] Generating urls should use host or scheme if defined
7dbccdd9 » markbates 2008-09-25 Ability to extend resources... 89 * [#171] Ability to extend resources in routes
984a29fe » markbates 2008-09-25 Regex support in routes [#1... 90 * [#170] Regex support in routes
e607e9a8 » markbates 2008-09-25 Proc support for Routes [#1... 91 * [#169] Proc support for Routes
487545db » markbates 2008-09-21 Fixed ERB errors not being ... 92 * [#168] Fixed ERB errors not being reported correctly.
2149b006 » dsutedja 2008-09-22 updated changelog 93 * [#167] Rake task to convert app config yamls to configatron
eb77e071 » dsutedja 2008-09-29 asset packager [#165 state:... 94 * [#165] Asset Packager
a7965641 » markbates 2008-09-22 Added Response helper for '... 95 * [#164] Response helper for 'attachments'
1f28b353 » markbates 2008-09-26 Added link_unless_current a... 96 * [#159] Added link_unless_current and link_if helpers
85f873ef » markbates 2008-09-25 Added 'Wildcard' Routes sup... 97 * [#156] Added 'Wildcard' Routes support
6ea23e04 » markbates 2008-09-30 Replaced log4r with logging... 98 * [#152] INCOMPATIBILITY NOTICE: Removed deprecated support for delivered_emails use delivered_notifiers instead.
c0e822d0 » markbates 2008-09-25 Added support for 'host' & ... 99 * [#138] Added support for 'host' & 'scheme' parameters in routes
6ea23e04 » markbates 2008-09-30 Replaced log4r with logging... 100 * [#135] Replaced log4r with logging gem.
175e86b2 » dsutedja 2008-09-17 Freeze Gems [#119 state:res... 101 * [#119] Freeze gems
3eb0b1ac » markbates 2008-09-22 Removed deprecated support ... 102 * [#106] INCOMPATIBILITY NOTICE: Removed deprecated support for droute_url
ec8b59c6 » markbates 2008-09-22 Removed deprecated support ... 103 * [#93] INCOMPATIBILITY NOTICE: Removed deprecated support for 'top' level ApplicationHelper
104 * [#23] INCOMPATIBILITY NOTICE: Removed support for application_configuration and added support for configatron
6ea23e04 » markbates 2008-09-30 Replaced log4r with logging... 105 * gem: logging 0.9.4
36c8e1e0 » markbates 2008-09-30 Thin 1.0.0 and rspec 1.1.5 106 * gem: thin 1.0.0
9f4453de » markbates 2008-10-03 Upgraded to rspec 1.1.8 107 * gem: rspec 1.1.8
47f64b78 » markbates 2008-10-03 Updated to configatron 2.1.... 108 * gem: configatron 2.1.4
01558ed1 » markbates 2008-09-30 Cachetastic 2.0.0 109 * gem: cachetastic 2.0.0
f0cdfbc5 » markbates 2008-09-16 Removed support for applica... 110
21c4261b » markbates 2008-09-14 Release 0.7.1.1 111 === 0.7.1.1
ce872b2f » markbates 2008-09-11 Updated CHANGELOG 112 * [#163] Fixed jQuery code is being generated with double quotes instead of single quotes
0078d333 » markbates 2008-09-11 Updated CHANGELOG 113 * [#162] Fixed View helpers for mack-javascript aren't being required
ea1633d4 » markbates 2008-09-09 Fixed Turning off sessions ... 114 * [#158] Fixed Turning off sessions throws an Error
fc8181fb » dsutedja 2008-09-08 Fixed invalid javascript ta... 115 * [#155] Fixed invalid javascript tag
ea1633d4 » markbates 2008-09-09 Fixed Turning off sessions ... 116
6ba00d41 » markbates 2008-09-08 Release 0.7.1 117 === 0.7.1
c0ed99bb » markbates 2008-09-04 Updated CHANGELOG 118 * [#153] Emails with just a single 'part' are now being sent correctly.
24a2dd4d » markbates 2008-09-03 Added :confirm to button he... 119 * [#147] Added :confirm to button helpers.
9235c4c0 » markbates 2008-09-02 [Diogo Almeida] Added :disa... 120 * [#146] [Diogo Almeida] Added :disable_with to submit_button form helper.
904c908a » markbates 2008-08-29 Added rake generate:<genera... 121 * [#145] Added rake generate:<generator_name>:desc task to 'describe' a Genosaurus generator
9d4612e7 » markbates 2008-08-29 rake server is no more. Ple... 122 * [#144] INCOMPATIBILITY NOTICE: rake server is no more. Please use mackery server instead.
88460422 » markbates 2008-08-28 INCOMPATIBILITY NOTICE: rak... 123 * [#142] INCOMPATIBILITY NOTICE: rake console is no more. Please use mackery console instead.
9084574b » markbates 2008-08-28 Added Mack::BootLoader [#14... 124 * [#140] Added Mack::BootLoader
74e9b8ed » markbates 2008-09-04 Added ability to change the... 125 * [#139] Added ability to change the pattern for test files
c311d886 » markbates 2008-08-28 Updated CHANGELOG 126 * [#137] Added subdomains method on request.
6a91114d » markbates 2008-08-27 Added ability to 'reload' t... 127 * [#130] Added ability to 'reload' the console
edf025c8 » markbates 2008-08-27 Upgraded to DataMapper 0.9.... 128 * [#129] DataMapper 0.9.5 support
f0ff7cb9 » markbates 2008-08-26 Updated CHANGELOG [#128] 129 * [#128] Updated json_pure to 1.1.3 and removed ruby-debug dependency
b2c55c98 » dsutedja 2008-08-26 Moved mack-paths into core ... 130 * [#127] Moved mack-paths into core
0c60339c » dsutedja 2008-09-04 XSS Prevention [#126 state:... 131 * [#126] XSS Prevention
e265ba0a » markbates 2008-08-26 Updated json_pure to 1.1.3 ... 132 * [#125] Cookie store is now the default session store, not cachetastic
133 * [#124] Opened up the session store API
fb5a84cc » markbates 2008-08-27 Added DataMapper session st... 134 * [#122] Added DataMapper session store.
e265ba0a » markbates 2008-08-26 Updated json_pure to 1.1.3 ... 135 * [#121] Cookie session store support.
36c62471 » markbates 2008-08-26 Added PassengerGenerator to... 136 * [#120] Added PassengerGenerator to generate the necessary files to run Mack with Passenger Phusion (mod_rails)
c5478688 » markbates 2008-09-02 Added rake task: mack:freez... 137 * [#118] Mack/mack-more can be loaded from vendor/framework/mack and vendor/framework/mack-more
138 * [#117] Added rake task: mack:freeze:edge
5259dd0d » markbates 2008-08-25 Updated to Rack 0.4.0 139 * [#107] Updated to Rack 0.4.0
476371c5 » markbates 2008-08-25 Removed deprecated model_* ... 140 * [#95] Removed deprecated model_* methods
141 * [#94] Removed deprecated submit_tag
00bc5332 » dsutedja 2008-08-27 Setting content-length in r... 142 * [#40] Added Mack::Utils::ContentLengthHandler so response will now have 'Content-Length' in its header.
7f764582 » markbates 2008-08-25 Merge branch 'rack 0.4.0' [... 143 * [#21] Asset Hosts
5259dd0d » markbates 2008-08-25 Updated to Rack 0.4.0 144 * gem: rack 0.4.0
f0ff7cb9 » markbates 2008-08-26 Updated CHANGELOG [#128] 145 * gem: json_pure 1.1.3
904c908a » markbates 2008-08-29 Added rake generate:<genera... 146 * gem: data_mapper 0.9.5
147 * gem: genosaurus 1.2.4
c7117c4c » markbates 2008-09-02 gem: ezcrypto 0.7 148 * gem: ezcrypto 0.7
15a512cd » markbates 2008-09-05 Updated to facets-2.4.4 149 * gem: facets 2.4.4
f965688f » markbates 2008-08-25 Removed deprecated submit_t... 150
fcc0b0bb » markbates 2008-08-29 Merge branch '0.6.1.2' into... 151 === 0.7.0.1
152 gem: application_configuration 1.5.3
153 gem: cachetastic 1.7.4
154
e58145ab » markbates 2008-08-24 Updated README for 0.7.0 155 === 0.7.0
cc7d6534 » dsutedja 2008-08-22 Javascript link_helper [#11... 156 * [#114] Javascript link_helper
a79056ef » markbates 2008-08-21 Fixed Error generating mack... 157 * [#112] Error generating mack application
f13522e8 » markbates 2008-08-21 Updated to DataMapper 0.9.4... 158 * [#109] DataMapper 0.9.4
7c790f0b » markbates 2008-08-18 Log colors for the console ... 159 * [#103] Log colors for the console are now configurable per log level.
b2c35f7b » dsutedja 2008-08-18 updated changelog 160 * [#102] New association method in data_factory
c48498d7 » dsutedja 2008-08-18 Update to file upload testi... 161 * [#101] Update to file upload testing (build_file -> file_for_upload, and multipart support in put)
78d98c80 » dsutedja 2008-08-18 Inline routing parameters a... 162 * [#100] Inline routing parameters are being mutated
714773da » markbates 2008-08-18 Upgraded to facets 2.4.3 [#99] 163 * [#99] Upgraded to facets 2.4.3
6839e5de » markbates 2008-08-18 Fixed mack-facets not being... 164 * [#98] Fixed mack-facets not being loaded before app_config files.
a2b00a45 » markbates 2008-08-18 Fixed sessions only working... 165 * [#97] Fixed sessions only working with 'local_memory' mode
afc26c35 » dsutedja 2008-08-15 Distributed views module no... 166 * [#96] Distributed Views module now uses file cache
8f1ee690 » markbates 2008-08-15 Removed deprecated app_conf... 167 * [#92] Removed deprecated app_config.orm code.
52b8dee6 » markbates 2008-08-15 Fixed Mack blowing up if th... 168 * [#91] Fixed Mack blowing up if there is no config/initializers/gems.rb file.
650cf562 » markbates 2008-08-15 Added deprecation system. [... 169 * [#90] Added deprecation system.
47f8a16e » dsutedja 2008-08-14 Updated mack_tasks so that ... 170 * [#89] rake gems:* will now only display warning if any gem required is not installed (and not break)
91b1157b » dsutedja 2008-08-14 updated changelog 171 * [#88] Implemented pending SQLite3 tests in mack-activerecord
9bdb94c6 » markbates 2008-08-12 Updated CHANGELOG [#87 stat... 172 * [#87] Refactored out common ORM code from mack-active_record and mack-data_mapper into mack-orm
39356ebc » dsutedja 2008-08-12 Stylesheet link helper [#86... 173 * [#86] stylesheet link helper
727e04e0 » markbates 2008-08-08 Refactored out Mack::ViewHe... 174 * [#85] Refactored out Mack::ViewHelpers::HtmlHelpers into Mack::ViewHelpers::HtmlHelpers, Mack::ViewHelpers::FormHelpers and
175 Mack::ViewHelpers::linkHelpers
e773d47c » markbates 2008-08-08 Updated CHANGELOG [#84] 176 * [#84] Added Mack::Distributed.lookup(url) to retrieve specific distributed services.
5df6fe20 » markbates 2008-08-08 Added mail_to HTML helper. ... 177 * [#83] Added mail_to HTML helper.
c9ff2bb5 » markbates 2008-08-08 Updated CHANGELOG [#82, #80... 178 * [#82] Added ACL support to mack-distributed
88430a20 » markbates 2008-08-07 Feature: Tell Messaging [#5... 179 * [#81] Fixed sessions working with redirects in testing
c9ff2bb5 » markbates 2008-08-08 Updated CHANGELOG [#82, #80... 180 * [#80] Distributed objects present both the DRb::DRbObject inspect and the original object's inspect when asked.
181 * [#79] Renamed app_config.mack.use_distributed_routes to app_config.mack.share_routes
ff68a2af » dsutedja 2008-08-05 Moved mack_ring_server to m... 182 * [#76] Move mack_ring_server to mack-distributed
60dadd07 » dsutedja 2008-08-05 Left over ring_server rake ... 183 * [#75] Left over mack-distributed rake tasks
939b76d6 » markbates 2008-08-05 Added option to disable log... 184 * [#74] Added optional feature to disable initialization logging.
db4bff59 » markbates 2008-08-04 Tests no longer use the fun... 185 * [#73] Tests no longer use the functional/unit directories
8eaee77c » markbates 2008-08-04 Feature: Generators for vie... 186 * [#69] Added ViewHelperGenerator and ControllerHelperGenerator
650cf562 » markbates 2008-08-15 Added deprecation system. [... 187 * [#68] Transactional support in mack-AR
27eabd03 » markbates 2008-08-12 Updated CHANGELOG [#67] 188 * [#67] Added test:setup tasks for active_record and data_mapper
650cf562 » markbates 2008-08-15 Added deprecation system. [... 189 * [#62] Removed const redefined warnings if mack-l10n is used along with mack-activerecord
7dc3ec64 » markbates 2008-08-08 Updated CHANGELOG 190 * [#39] HAML 2.0.2 support
5a28d040 » markbates 2008-08-12 Refactored out encryption i... 191 * [#28] Refactored out encryption into the mack-encryption gem.
6a2cbd8d » markbates 2008-08-04 Feature: Added ControllerGe... 192 * [#25] Added ControllerGenerator
f3ee7343 » markbates 2008-08-14 Updated CHANGELOG [#19 mile... 193 * [#19] Added HTML form helpers
5a16a391 » dsutedja 2008-08-15 Merge branch 'master' into ... 194 * [#15] File upload testing support (ability to do multipart form post in testing)
9bdb94c6 » markbates 2008-08-12 Updated CHANGELOG [#87 stat... 195 * [#11] Distributed Layout/Views
c9ff2bb5 » markbates 2008-08-08 Updated CHANGELOG [#82, #80... 196 * [#10] Added distributed objects to mack-distributed.
88430a20 » markbates 2008-08-07 Feature: Tell Messaging [#5... 197 * [#8] Move distributed code from mack-core to mack-more
198 * [#5] Added tell messaging
6a2cbd8d » markbates 2008-08-04 Feature: Added ControllerGe... 199 * gem: genosaurus 1.2.2
7dc3ec64 » markbates 2008-08-08 Updated CHANGELOG 200 * gem: haml 2.0.2
201 * gem: addressable 1.0.4
714773da » markbates 2008-08-18 Upgraded to facets 2.4.3 [#99] 202 * gem: facets 2.4.3
f13522e8 » markbates 2008-08-21 Updated to DataMapper 0.9.4... 203 * gem: data_mapper 0.9.4
db4bff59 » markbates 2008-08-04 Tests no longer use the fun... 204
46a3c4b2 » markbates 2008-08-29 Upgraded to application_con... 205 ===0.6.1.2
206 * gem: application_configuration 1.5.3
207 * gem: cachetastic 1.7.4
208
e80f3302 » markbates 2008-08-04 Release 0.6.1.1 209 ===0.6.1.1
210 * [#72] Fixed serial data type in DataMapper doesn't work with SQLite3
211
cb50a587 » markbates 2008-08-04 Release 0.6.1 212 ===0.6.1
b3d5579d » dsutedja 2008-08-04 changelog update 213 * [#70] Mack-more: better association rules for data_factory
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 214 * [#60] Fixed Mack executable problem
215 * [#59] Fixed gems:* tasks
c8396b06 » markbates 2008-07-25 Fixed: Files should be move... 216 * [#57] Moved most files under to lib/mack
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 217 * [#56] mack-more: Added Mack::Utils::RegistryMap
218 * [#55] mack-more: mack-facets: Mack::Utils::Registry is now Mack::Utils::RegistryList
73bb80ac » markbates 2008-07-25 Feature: DataMapper 0.9.3 S... 219 * [#54] Added DataMapper 0.9.3 support
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 220 * [#52] mack-more: mack-[orm] should require mack-[orm].rb using its full path.
221 * [#51] Application generator should generate orm support in the right place
222 * [#50] Mack will now have 2 environment files: mack_core and mack_app. Mack.rb will load both files, but it gives other module chance to load just the core files and not the application's files.
223 * [#49] Making sure the orm tasks is available when orm_support is removed from the app_config
224 * [#49] mack-active_record: mack-active_record.rb will require mack-active_record_tasks.rb
225 * [#49] mack-data_mapper: mack-data_mapper.rb will require mack-data_mapper_tasks.rb
226 * [#49] Updated warning message if orm is defined in app_config (i.e. user only needs to require mack-[orm_name], instead of both that and mack-[orm_name]_tasks).
5c56a556 » markbates 2008-07-23 Fixed: rake generator:list ... 227 * [#48] rake generator:list now displays the correct names for the generator tasks.
d1499435 » markbates 2008-07-22 rake gems:install blows up ... 228 * [#47] rake gems:* tasks now work, and no longer require mack_ruby_core_extensions
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 229 * [#46] Calling .to_param on nil now raises a NoMethodError exception.
b74f36a1 » dsutedja 2008-07-31 Merge branch 'master' of gi... 230 * [#45] rake stats task now works with Test::Unit::TestCase
8f09b99f » markbates 2008-07-21 Updated CHANGELOG to put ti... 231 * [#44] Mack::Runner has now been extended to allow for greater extension flexibility.
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 232 * [#43] Added a Mack::Utils::Registry class to allow for easy creation of registries.
8f09b99f » markbates 2008-07-21 Updated CHANGELOG to put ti... 233 * [#42] Sessions can now be turned off globally using the app_config.mack.use_sessions switch.
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 234 * [#41] Deprecate orm_support.rb
f246113b » markbates 2008-07-21 Cleaned up Mack::Controller... 235 * [#38] There is now a registry of Controllers that are in the system.
d32c0c6a » markbates 2008-07-21 Updated the CHANGELOG. 236 * [#36] Renamed the initialize method in the Mack::Controller module to configure_controller. This gives
237 control of the initialize method back to the class.
238 * [#34] Mack::l10n now raises exception with a fully qualified name.
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 239 * [#33] mack-active_record now requires ActiveRecord 2.0.2 explicitly, not >=2.0.2
240 * [#31] Added support for ruby-debug.
006aadb5 » markbates 2008-07-31 Feature: Log Coloring for c... 241 * [#26] Log Coloring for console output.
b74f36a1 » dsutedja 2008-07-31 Merge branch 'master' of gi... 242 * [#24] Added mack-notifier support.
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 243 * [#18] Added Page caching. All that's needed for using page caching is to require the mack-caching gem, turn on
244 page caching in your config files with:
245 use_page_caching: true
246 and, in your controllers, specify which pages you would like cached with the cache_pages directive:
247 cache_pages :only => [:index, :show] # you can also use :except
ca81ada8 » markbates 2008-08-03 Fixed incorrect ticket numb... 248 * [#14] Data Factory
d32c0c6a » markbates 2008-07-21 Updated the CHANGELOG. 249 * [#7] Added support for Extlib::Hook in a few places.
6455ed89 » dsutedja 2008-07-22 Merge branch 'master' of gi... 250 * [#6] RJS support
a0c3b4c1 » dsutedja 2008-07-31 Fixed gems:* [#59 state:res... 251 * Added a rake tmp:clear task.
84d62727 » markbates 2008-08-04 Changed some info logging t... 252 * gem: cachetastic 1.7.3
253 * gem: application_configuration 1.5.2
d32c0c6a » markbates 2008-07-21 Updated the CHANGELOG. 254 * gem: ruby-debug 0.10.0
73bb80ac » markbates 2008-07-25 Feature: DataMapper 0.9.3 S... 255 * gem: data_mapper 0.9.3
65d8a214 » markbates 2008-07-17 gem: application_configurat... 256
0ca3cad4 » dsutedja 2008-07-18 removed dependency to utf8p... 257 ===0.6.0.1
258 * Updated mack-localization (in mack-more) to be independent from utf8proc gem
259
832a0bdb » markbates 2008-07-16 Release 0.6.0 260 ===0.6.0
2e8f77d9 » markbates 2008-07-05 Updated CHANGELOG 261 * INCOMPATIBILITY NOTICE: Moved Mack::Configuration.root to Mack.root
c7f0665d » markbates 2008-07-05 Moved Mack::Configuration.e... 262 * INCOMPATIBILITY NOTICE: Moved Mack::Configuration.env to Mack.env
747190bb » markbates 2008-07-05 Mack::Configuration.* path ... 263 * INCOMPATIBILITY NOTICE: Mack::Configuration.* path methods no longer exist. Use mack-paths instead.
2e8f77d9 » markbates 2008-07-05 Updated CHANGELOG 264 * INCOMPATIBILITY NOTICE: Dropped mack_ruby_core_extensions in favor or mack-facets
265 * INCOMPATIBILITY NOTICE: Mack::Controller::Base is now Mack::Controller (and it's now a module)
266 * INCOMPATIBILITY NOTICE: Haml renderer is now part of mack-more.
267 * INCOMPATIBILITY NOTICE: Markaby renderer is now part of mack-more.
268 * INCOMPATIBILITY NOTICE: Changed request param's accessor routine, from params(key) to params[key]
48cba0e8 » markbates 2008-07-07 thin.ru and thin.yml are no... 269 * INCOMPATIBILITY NOTICE: Test::Unit::TestCase is no longer the default testing framework, RSpec is. If you wish to use
270 Test::Unit::TestCase add the following config parameter to your config/app_config/default.yml file:
271 mack::testing_framework: test_case
f62d9a49 » markbates 2008-12-19 Changed some double quotes ... 272 * INCOMPATIBILITY NOTICE: ENV["_mack_env"] and ENV["_mack_root"] are no longer supported, please use ENV['MACK_ENV'] and ENV['MACK_ROOT'], or just Mack.env and Mack.root
74ea23eb » markbates 2008-07-10 Updated CHANGELOG to reflec... 273 * INCOMPATIBILITY NOTICE: MACK_DEFAULT_LOGGER constant is no longer available. Please use Mack.logger instead.
3c626210 » markbates 2008-07-11 Updated CHANGELOG 274 * INCOMPATIBILITY NOTICE: The ApplicationHelper module is now deprecated. Please move view level helpers into Mack::ViewHelpers::* and controller helpers into Mack::ControllerHelpers::<controller_name>
48cba0e8 » markbates 2008-07-07 thin.ru and thin.yml are no... 275 * thin.ru and thin.yml are no longer needed, you may delete them.
234478aa » markbates 2008-06-29 Updated CHANGELOG 276 * RSpec assertions are now automatically added.
a564f986 » markbates 2008-07-09 Finished adding Mack::Testi... 277 * Added a Mack::Testing::Response class to make testing of responses easier.
234478aa » markbates 2008-06-29 Updated CHANGELOG 278 * moved test_extensions to testing and added the module Testing to the files in it.
b5c57b36 » markbates 2008-06-18 updated CHANGELOG 279 * Added a dependency on mack-more
48c799fc » markbates 2008-06-11 Added a set of Rake tasks t... 280 * Added a set of Rake tasks to update existing Mack applications.
9476fc7d » markbates 2008-07-15 Added Mack::Logging::Filter... 281 * [#30] Added Mack::Logging::Filter to filter out unwanted parameters from the logs.
93cfbe4f » markbates 2008-06-02 In routing you can now defi... 282 * In routing you can now define a route that will catch an Exception from another controller.
155a24e9 » dsutedja 2008-06-18 - ORM will not be initializ... 283 * ORM will not be initialized if the app never specify which ORM to use.
2cde7551 » dsutedja 2008-06-23 RSpec conversion 284 * All Mack unit tests are now written using rspec-1.1.4.
fe1b75ce » dsutedja 2008-07-02 Forgot to update CHANGELOG ... 285 * mack command now takes an optional -t flag to determine which testing framework to use--value could be test_case or rspec [default]
286 * new setting added to app_config: testing_framework
41196389 » markbates 2008-07-01 cachetastic 1.7.2 287 * gem: cachetastic 1.7.2
d29a37bc » markbates 2008-06-04 application_configuration 1... 288 * gem: application_configuration 1.5.0
0cd0946d » markbates 2008-06-18 Upgraded to erubis 2.6.2 289 * gem: erubis 2.6.2
6908fd83 » markbates 2008-07-02 gem genosaurus 1.2.1 290 * gem: genosaurus 1.2.1
fa724215 » markbates 2008-07-06 gem: thin 0.8.2 291 * gem: thin 0.8.2
8e1fb9ff » markbates 2008-07-08 Added dependency for rspec ... 292 * gem: rspec 1.1.4
ad85f4b9 » markbates 2008-06-02 updated CHANGELOG 293
6d320ad8 » markbates 2008-06-08 Release 0.5.5.4 294 ===0.5.5.4
295 * Fixed the damn Lint error some people were facing!
296
93f9f2ca » markbates 2008-06-08 Fixed 'requires' out of ord... 297 ===0.5.5.3
298 * Restored compatibility with Passenger and the next version of Thin.
299 * Fixed 'requires' out of order in certain flavors or unix. Hopefully.
300
dbe8e0ad » markbates 2008-05-27 Release 0.5.5.2 301 ===0.5.5.2
489cb3fc » markbates 2008-05-27 Fixed an issue where if the... 302 * Fixed an issue where if there are no parameters for render(:url) it will blow up.
303
4d93a1e6 » markbates 2008-05-24 Generated applications were... 304 ===0.5.5.1
305 * Generated applications were still being generated with @content_for_layout instead of yield_to :view in application.html.erb.
306
4111a0a6 » markbates 2008-05-21 Release 0.5.5 307 ===0.5.5
cfb067a3 » markbates 2008-05-19 Added Markaby support. 308 * INCOMPATIBILITY NOTICE: Ripped apart the ENTIRE rendering engine and rewrote it from the ground up. This means that wherever you are using 'render' calls in your views and controllers need to be changed. The new format is render(type, value, options). Examples: render(:action, :show), render(:url, "http://www.mackframework.com"), etc...
309 * INCOMPATIBILITY NOTICE: Files named *.xml.erb need to be changed to *.xml.builder to use the Builder::XmlMarkup library. If you leave the .erb extension on there the file will be run through Erubis.
85ae8088 » markbates 2008-05-20 Erubis compiled templates a... 310 * INCOMPATIBILITY NOTICE: <%= @content_for_layout %> is now <%= yield_to :view %>
cfb067a3 » markbates 2008-05-19 Added Markaby support. 311 * Added Markaby support.
d9ae5883 » markbates 2008-05-20 Added Markaby support. 312 * Added Haml support.
334c9b7a » markbates 2008-05-20 Fixed bug with content_for ... 313 * Added content_for and yield_to methods in views.
85ae8088 » markbates 2008-05-20 Erubis compiled templates a... 314 * Erubis compiled templates are now cached for increased performance.
c4f5e75b » markbates 2008-05-16 Updated CHANGELOG 315 * Added render(:inline) and render(:template) support.
caf3df02 » markbates 2008-05-08 CHANGELOG 316 * Refactored, and reorganized some files to clean up the gem.
d1154359 » markbates 2008-05-09 Fixed bug with cookies not ... 317 * Fixed bug with cookies not merging with configured app_config parameters.
ddc43d1c » markbates 2008-05-07 Added RDoc for Mack::Utils:... 318 * Added mime-types. The 'Content-Type' header is now being set based on the format that is requested. Default is text/html.
989508a7 » markbates 2008-05-07 Fixed r.defaults in routes ... 319 * Fixed r.defaults in routes so they are always the last routes to be checked, no matter where they are placed in the routes definitions.
e76a4560 » markbates 2008-05-09 Fixed boundary condition of... 320 * render(:url) now recognizes 'local' urls and tries to run them through the app, mimicking most headers from the original request.
af9b299a » markbates 2008-04-16 Updated CHANGELOG. 321 * Added 'options' banners to the mack and mack_ring_server binaries.
f0f69b4d » markbates 2008-05-15 gem: genosaurus 1.1.8 322 * gem: genosaurus 1.1.8
3b974918 » markbates 2008-05-20 gem: mack_ruby_core_extensi... 323 * gem: mack_ruby_core_extensions 0.1.28
cfb067a3 » markbates 2008-05-19 Added Markaby support. 324 * gem: markaby 0.5.0
433f393a » markbates 2008-05-21 Small addition to the CHANG... 325 * gem: mack-data_mapper 0.5.5
af9b299a » markbates 2008-04-16 Updated CHANGELOG. 326
4f907b4b » markbates 2008-05-06 Mack 0.5.0 release 327 ===0.5.0
0ca0001b » markbates 2008-05-06 Commented out cachetastic:p... 328 * Added rake db:create and db:create:all rake tasks.
d8bc41b8 » markbates 2008-05-05 Refactored out constants, s... 329 * Refactored out constants, such as MACK_ROOT and MACK_ENV and made them into Mack::Configuration.env, Mack::Configuration.root, etc...
9c5289d6 » markbates 2008-05-01 Added test:stats and test:... 330 * Added test:stats and test:coverage Rake tasks.
a4546f82 » markbates 2008-05-04 Removed support for ActiveR... 331 * Removed support for ActiveRecord and DataMapper and moved them into their own gems.
ec58ef51 » markbates 2008-04-30 Fixed a bug where yields in... 332 * Fixed a bug where yields in ERB weren't giving the desired results.
02fe2ddc » markbates 2008-04-30 DataMapper database.yml fil... 333 * DataMapper database.yml file can now be nested, and is generated as such.
ec58ef51 » markbates 2008-04-30 Fixed a bug where yields in... 334 * Cleaned up some tests, and refactored the HTML generation stuff.
aa07ab7b » markbates 2008-04-27 Tests BROKEN!! 335 * Fixed a bug with the scaffold generating 'bad' methods instead of 'post'
1598d8b3 » markbates 2008-04-27 Made error_messages_for mor... 336 * Made error_messages_for more compatible with DataMapper.
12f3604e » markbates 2008-05-04 Fixed a bug loading url.rb ... 337 * Fixed a bug loading url.rb and uploaded_file.rb found by Phil Darnowsky
c7c2c170 » markbates 2008-05-06 Updated CHANGELOG 338 * [dsutedja] Render method (in controller_base) now accepts response status code.
2a6cf407 » markbates 2008-05-02 Added symbolize_keys to dat... 339 * gem: mack_ruby_core_extensions 0.1.23
d8bc41b8 » markbates 2008-05-05 Refactored out constants, s... 340 * gem: genosaurus 1.1.4
efe5eec9 » markbates 2008-05-01 Added datamapper 0.3.2 depe... 341 * gem: datamapper 0.3.2
9c5289d6 » markbates 2008-05-01 Added test:stats and test:... 342 * gem: rcov 0.8.1.2.0
a4546f82 » markbates 2008-05-04 Removed support for ActiveR... 343 * gem: mack-data_mapper 0.5.0
17af32e3 » markbates 2008-05-06 Added erubis 2.6.0 344 * gem: erubis 2.6.0
1598d8b3 » markbates 2008-04-27 Made error_messages_for mor... 345
77ca5f35 » markbates 2008-04-25 Release 0.4.7 346 ===0.4.7
aedc53a7 » markbates 2008-04-25 Fixed a mispelling in the C... 347 * Added Mack::Request::UploadedFile class to make dealing with file uploads easy.
7581b60c » markbates 2008-04-25 Fixed bug where if a contro... 348 * Fixed bug where if a controller didn't exist it wasn't checking the public directory.
3ed5c3ef » markbates 2008-04-24 Generated DataMapper models... 349 * Generated DataMapper models no longer extend DataMapper::Base, but rather 'include DataMapper::Persistence'. This corresponds to the 0.9.0 upcoming release of DataMapper.
58cccb24 » markbates 2008-04-23 Updated CHANGELOG 350 * Fixed a bug in request.params that was making file uploads into strings.
1e9b6d4c » markbates 2008-04-23 Namespaced resourced routes... 351 * Namespaced resourced routes, such as Admin::UserController, now work.
4a2c59a0 » markbates 2008-04-23 Added rake generator:list t... 352 * Added rake generator:list task to list all the available generators.
e05c25a8 » markbates 2008-04-23 scaffold generator now crea... 353 * scaffold generator now creates a stub functional test.
f86e54ea » markbates 2008-04-23 Updated CHANGELOG 354 * model generator now creates a stub unit test.
f308a378 » markbates 2008-04-22 Rake tasks in plugins now s... 355 * Rake tasks in plugins now show up in the Rake tasks list.
751e5908 » markbates 2008-04-22 All generators, including t... 356 * All generators, including the 'mack' binary are now using Genosaurus.
d8bc41b8 » markbates 2008-05-05 Refactored out constants, s... 357 * [dsutedja] initializer will load Mack::Configuration.app_directory/controllers/default_controller.rb if it exists
26de6fe7 » markbates 2008-04-25 Fixed bug with html_helpers... 358 * [dsutedja] added link_image_to and image_tag to html helper.
556b457b » markbates 2008-04-22 Updated to thin 0.8.1 359 * gem: thin 0.8.1
88821a0f » markbates 2008-04-21 Now compatible with genosau... 360 * gem: genosaurus 1.1.1
33eb7486 » markbates 2008-04-21 Updated plugin_generator to... 361
9847c672 » markbates 2008-04-18 Release 0.4.6 362 ===0.4.6
b9f137d6 » markbates 2008-04-18 Mack now uses Erubis for it... 363 * Mack now uses Erubis, http://www.kuwata-lab.com/erubis/, for it's rendering engine instead of ERB. This makes Mack even faster now! Yippie!
4da6e69f » markbates 2008-04-18 Changed generator column de... 364 * Added rake generate:model name=<model_name> (optional: cols=<col_1>:<col_1_type>,<col_2>:<col_2_type>) This will also create a migration for you.
365 * Updated rake generate:migration name=<model_name> (optional: cols=<col_1>:<col_1_type>,<col_2>:<col_2_type>) This will create the proper table migration for you.
9e3ff45e » markbates 2008-04-17 Upgraded the ScaffoldGenera... 366 * Updated rake generate:scaffold to use the ModelGenerator now.
1b20bdeb » markbates 2008-04-18 A bit of refactoring and so... 367 * ScaffoldGenerator now create input fields based on the type of columns, if any, passed in.
32c6f36d » markbates 2008-04-18 Renamed ModelColumnObject t... 368 * Overall general refactoring of the generator classes.
9c7c7b5d » markbates 2008-04-17 Fixed a bug with request lo... 369 * Fixed a bug with request logging not, well, logging.
b9f137d6 » markbates 2008-04-18 Mack now uses Erubis for it... 370 * gem: erubis 2.5.0
9c7c7b5d » markbates 2008-04-17 Fixed a bug with request lo... 371 * gem: thin 0.8.0
372
05b938d7 » markbates 2008-04-13 Updated CHANGELOG for the p... 373 ===0.4.5
0fa126e5 » markbates 2008-04-14 Removed boot.rb file. It wa... 374 * Removed boot.rb file. It was unnecessary.
375 * When a new Mack application is generated the Rakefile that gets generated is stamped with the Mack gem version used to create it. This ties the project to that gem. This can, of course, be upgraded as new Mack gems come out, but it's a good way of tying your app to a specific revision of Mack.
05b938d7 » markbates 2008-04-13 Updated CHANGELOG for the p... 376 * Added support for migrations for both ActiveRecord and DataMapper. DataMapper migration support requires DataMapper 0.3.0 gem. Please keep in mind, though, that DataMapper 0.3.0 has a serious bug in it, which may prevent you from using it. Please see http://www.mackframework.com/2008/04/09/horrible-bug-in-datamapper-030/ for more information.
377 * Rewrote distributed routing support to use Rinda inside of plain old DRb. This makes for an almost zero configuration usage.
378 * Added: mack_ring_server binary to start a Rinda ring server for use with distributed routing.
379 * Sqlite3 is now the default database for Mack applications configured with ORM support.
380 * Added a test helper method, rake_task, to aid in the testing of Rake tasks.
de723e5f » markbates 2008-04-14 Forgot to add the generate:... 381 * Added: rake generate:migration name=<migration_name>
05b938d7 » markbates 2008-04-13 Updated CHANGELOG for the p... 382 * Added: rake db:migrate
383 * Added: rake db:abort_if_pending_migrations
384 * Added: rake db:rollback
385 * Added: rake db:version
386 * Added: rake mack:ring_server:start
387 * Added: rake mack:ring_server:stop
388 * Added: rake mack:ring_server:restart
389 * Added: rake mack:ring_server:services:list
08b7a2e9 » markbates 2008-04-09 More scaffold_generator tests. 390 * gem: application_configuration 1.2.2
0fa126e5 » markbates 2008-04-14 Removed boot.rb file. It wa... 391 * gem: daemons 1.0.10
08b7a2e9 » markbates 2008-04-09 More scaffold_generator tests. 392
3db41638 » markbates 2008-04-02 Fixed bug with gems:list ra... 393 ===0.4.2.1
394 * Fixed bug with gems:list rake task that was looking in the wrong path for the gems.rb file.
395
e3adf0db » markbates 2008-04-02 Release 0.4.2 396 ===0.4.2
49227d92 » markbates 2008-04-02 Update CHANGELOG. Created '... 397 * Added config/initializers directory. All files in this directory will be required at start up time.
398 * Gems can now be required simply using the initializers/gems.rb file and the require_gems method.
399 * Added gems:list and gems:install rake tasks. The gems:list task will list any gems being required for the application. The gems:install task will install all the gems being required for the application.
a8be6ada » markbates 2008-04-02 Filters in controllers can ... 400 * Filters in controllers can now be inherited from parent controller classes.
401 * gem: mack_ruby_core_extensions 0.1.5
0fa126e5 » markbates 2008-04-14 Removed boot.rb file. It wa... 402 * gem: thin 0.7.1
49227d92 » markbates 2008-04-02 Update CHANGELOG. Created '... 403
2c7c1d54 » Mark Bates 2008-03-27 Release 0.4.1 404 ===0.4.1
405 * Improved testing support.
8df541fb » Mark Bates 2008-03-27 Release 0.4.1 406 * Added assigns support to testing. This is allows for pulling instance variables that were set in a controller to tests.
2c7c1d54 » Mark Bates 2008-03-27 Release 0.4.1 407 * Added ability to do 'session' based tests.
408 * Added assert_difference method.
409 * Added ability to set/remove cookies before requests are made.
410 * gem: mack_ruby_core_extensions 0.1.4
411
412 ===0.4.0.1
413 * gem: cachetastic 1.4.2
414
50937b2c » markbates 2008-03-26 Release 0.4.0 415 ===0.4.0
416 * Added Distributed Routes!
417 * gem: mack_ruby_core_extensions 0.1.3
418 * removed gem: ruby_extensions
419
4524b93a » markbates 2008-03-17 Set CHANGELOG to 0.3.0 420 ===0.3.0
24a433af » markbates 2008-03-17 Added builer-2.1.2 gem. 421 * Ticket: #8 Xml Builder Support
422 * Ticket: #7 Ability to drive certain content based on 'format'
afcb011a » markbates 2008-03-19 Merge branch 'encryption' i... 423 * Ticket: #9 Added a global encryption system to make encrypting/decrypting of strings easy to use.
24a433af » markbates 2008-03-17 Added builer-2.1.2 gem. 424 * gem: builder 2.1.2
f40b8d8f » markbates 2008-03-19 Added gem dependency for cr... 425 * gem: crypt 1.1.4
24a433af » markbates 2008-03-17 Added builer-2.1.2 gem. 426
99c3f510 » markbates 2008-03-14 Updated to use cachetastic-... 427 ===0.2.0.1
428 * gem: cachetastic 1.4.1
05faae18 » markbates 2008-03-12 Upgraded the following gems... 429 * gem: application_configuration 1.2.1
430
fa77117d » markbates 2008-03-10 fixed ticket: 3 Render url ... 431 ===0.2.0
432 * ticket: 3 Render url in Controllers/Views
f384ac42 » markbates 2008-03-11 closed #5 Render Extension ... 433 * ticket: 5 Render Extension System.
fa77117d » markbates 2008-03-10 fixed ticket: 3 Render url ... 434
10c8c7b8 » markbates 2008-03-05 initial import 435 ===0.1.0
436 * Added an inflections system. The default inflections are from Jeremy McAnally's great Rails plugin, acts_as_good_speeler. Thanks Jeremy! http://www.jeremymcanally.com/
437 * Added a to_params method to Hash to help with testing.
438 * Added rake generate:scaffold task.
439
440 ===0.0.7.0
441 * Fixed [#18488] Recommend moving files under lib/
442
443 ===0.0.6.2
444 * gem: thin 0.7.0
445 * gem: cachetastic 1.3.1
446 * Fixed 18487: #convert_security_of_methods ignores new_level param
447
448 ===0.0.6
449 * rake generate:<generator_name>
450 * rake generate:plugin - will generate the stub of a plugin in the vendor/plugins directory.
451 * rake dump:config - prints out the configuration information for the specified environment.
452 * redirect_to now takes an optional Hash as a second parameter, instead of a fixnum.
453 * redirect_to will now do server side redirects if passed :server_side => true as part of the optional second argument Hash.
454 * plugin in support. plugins get loaded before the 'app' directory. each plugins 'lib' directory is added to the global load path and then each plugins 'init.rb' file is called, which is responsible for loading the necessary files. The 'lib' directories are finally removed from the global load path.
455 * renamed initialize directory to initialization. moved logging, orm_support, and plugins to a subfolder called initializers.
456
457 ===0.0.4
458 * gem: rack 0.3.0
bc10a843 » markbates 2008-11-11 bundling gems is hard work!... 459 * gem: ruby_extensions 1.0.11