for my the project i would like to use rails3. i read that the
generators are not ready to work with rails3.
what i dont know is how/what to integrate into a rails 3 app. here is
the crucial part (i believe) from a rails2 project:
overwrite lib/tasks/restfulx_tasks.rake? (enter "h" for help) [Ynaqdh] a
forcing rx_config
force lib/tasks/restfulx_tasks.rake
identical .flexProperties
force config/restfulx.yml
force config/initializers/restfulx.rb
identical config/initializers/session_store_flash.rb
exists app/flex
force .actionScriptProperties
force .project
create vscosy_ror.tmproj
create app/flex/VscosyRor.mxml
create app/flex/VscosyRor-config.xml
exists html-template/history
identical html-template/index.template.html
identical html-template/AC_OETags.js
identical html-template/playerProductInstall.swf
identical html-template/history/history.css
identical html-template/history/history.js
identical html-template/history/historyFrame.html
create app/flex/vscosyror/views
create app/flex/vscosyror/controllers
create app/flex/vscosyror/commands
create app/flex/vscosyror/models
create app/flex/vscosyror/events
create app/flex/vscosyror/helpers
create app/flex/vscosyror/views/generated
identical public/javascripts/swfobject.js
identical public/expressInstall.swf
force app/controllers/flex_controller.rb
exists app/views/flex
force app/views/flex/index.html.erb
overwrite config/routes.rb? (enter "h" for help) [Ynaqdh] a
forcing rx_config
i guess what i dont know is what to do with those one in particualr:
identical .flexProperties
force config/restfulx.yml
force config/initializers/restfulx.rb
identical config/initializers/session_store_flash.r
or does anyone have a small tut on how to get it working?
thx