README in dao-3.3.0 vs README in dao-4.2.1
- old
+ new
@@ -112,5 +112,12 @@
gem 'dao', :path => File.expand_path('..') ### Gemfile
rails generate dao api
vim -o app/api.rb app/controllers/api_controller.rb
curl --silent http://0.0.0.0:3000/api
curl --silent http://0.0.0.0:3000/api/ping
+
+HISTORY
+ 4.0.0
+ - dao depends has tied itself to rails, for better or worse...
+ - drop custom form encoding. just use a rack-like approach.
+ - dao form parameter encoding has changed slightly to 'dao[/api/path][x,y,z]=42'
+ - dao form paramters are now preparsed in a before filter