Download rubyamf rails3 demo Free Java Code
Description
A demo application with flex based on RubyAMF for Rails 3.
Icons
Source Files
The download file rubyamf-rails3-demo-master.zip has the following entries.
.gitignore//w ww . j a v a 2 s.com
.idea/.generators
.idea/.rakeTasks
.idea/RubyAMF_Rails3.iml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
Gemfile
Gemfile.lock
README
Rakefile
app/controllers/application_controller.rb
app/controllers/posts_controller.rb
app/controllers/rubyamf_controller.rb
app/flex/.actionScriptProperties
app/flex/.flexProperties
app/flex/.fxpProperties
app/flex/.gitignore
app/flex/.project
app/flex/.settings/org.eclipse.core.resources.prefs
app/flex/html-template/history/history.css
app/flex/html-template/history/history.js
app/flex/html-template/history/historyFrame.html
app/flex/html-template/index.template.html
app/flex/html-template/playerProductInstall.swf
app/flex/html-template/swfobject.js
app/flex/src/Main.mxml
app/flex/src/vos/Action.as
app/flex/src/vos/Category.as
app/flex/src/vos/Comment.as
app/flex/src/vos/Post.as
app/flex/src/vos/PostAuthor.as
app/helpers/application_helper.rb
app/helpers/comments_helper.rb
app/helpers/posts_helper.rb
app/helpers/rubyamf_helper.rb
app/models/action.rb
app/models/category.rb
app/models/comment.rb
app/models/post.rb
app/models/post_author.rb
app/views/comments/_form.html.erb
app/views/comments/edit.html.erb
app/views/comments/index.html.erb
app/views/comments/new.html.erb
app/views/comments/show.html.erb
app/views/layouts/application.html.erb
app/views/posts/_form.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/new.html.erb
app/views/posts/show.html.erb
config.ru
config/application.rb
config/boot.rb
config/database.yml
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/backtrace_silencers.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/locales/en.yml
config/routes.rb
config/rubyamf_config.rb
db/clear.sql
db/migrate/20100920071352_create_posts.rb
db/migrate/20100920074129_create_comments.rb
db/migrate/20100920074331_create_categories.rb
db/migrate/20100920074610_create_post_authors.rb
db/migrate/20101020074455_create_actions.rb
db/schema.rb
db/seeds.rb
doc/README_FOR_APP
lib/tasks/.gitkeep
public/404.html
public/422.html
public/500.html
public/bin/Main.html
public/bin/Main.swf
public/bin/history/history.css
public/bin/history/history.js
public/bin/history/historyFrame.html
public/bin/playerProductInstall.swf
public/bin/swfobject.js
public/crossdomain.xml
public/favicon.ico
public/images/rails.png
public/index.html
public/javascripts/application.js
public/javascripts/controls.js
public/javascripts/dragdrop.js
public/javascripts/effects.js
public/javascripts/prototype.js
public/javascripts/rails.js
public/robots.txt
public/stylesheets/.gitkeep
script/rails
seeds.rb
test/performance/browsing_test.rb
test/test_helper.rb
vendor/plugins/.gitkeep
vendor/plugins/awesome_nested_set/.autotest
vendor/plugins/awesome_nested_set/MIT-LICENSE
vendor/plugins/awesome_nested_set/README.rdoc
vendor/plugins/awesome_nested_set/Rakefile
vendor/plugins/awesome_nested_set/VERSION
vendor/plugins/awesome_nested_set/awesome_nested_set.gemspec
vendor/plugins/awesome_nested_set/init.rb
vendor/plugins/awesome_nested_set/lib/awesome_nested_set.rb
vendor/plugins/awesome_nested_set/lib/awesome_nested_set/helper.rb
vendor/plugins/awesome_nested_set/rails/init.rb
vendor/plugins/awesome_nested_set/test/application.rb
vendor/plugins/awesome_nested_set/test/awesome_nested_set/helper_test.rb
vendor/plugins/awesome_nested_set/test/awesome_nested_set_test.rb
vendor/plugins/awesome_nested_set/test/db/database.yml
vendor/plugins/awesome_nested_set/test/db/schema.rb
vendor/plugins/awesome_nested_set/test/fixtures/categories.yml
vendor/plugins/awesome_nested_set/test/fixtures/category.rb
vendor/plugins/awesome_nested_set/test/fixtures/departments.yml
vendor/plugins/awesome_nested_set/test/fixtures/notes.yml
vendor/plugins/awesome_nested_set/test/test_helper.rb
vendor/plugins/rubyamf_plugin/CHANGELOG
vendor/plugins/rubyamf_plugin/LICENSE
vendor/plugins/rubyamf_plugin/README.rdoc
vendor/plugins/rubyamf_plugin/app/actions.rb
vendor/plugins/rubyamf_plugin/app/amf.rb
vendor/plugins/rubyamf_plugin/app/configuration.rb
vendor/plugins/rubyamf_plugin/app/fault_object.rb
vendor/plugins/rubyamf_plugin/app/filters.rb
vendor/plugins/rubyamf_plugin/app/mime_type.rb
vendor/plugins/rubyamf_plugin/app/rails_gateway.rb
vendor/plugins/rubyamf_plugin/app/request_store.rb
vendor/plugins/rubyamf_plugin/exception/exception_handler.rb
vendor/plugins/rubyamf_plugin/exception/rubyamf_exception.rb
vendor/plugins/rubyamf_plugin/generators/rubyamf_mappings/rubyamf_mappings_generator.rb
vendor/plugins/rubyamf_plugin/generators/rubyamf_scaffold/USAGE
vendor/plugins/rubyamf_plugin/generators/rubyamf_scaffold/rubyamf_scaffold_generator.rb
vendor/plugins/rubyamf_plugin/generators/rubyamf_scaffold/templates/controller.rb
vendor/plugins/rubyamf_plugin/generators/rubyamf_scaffold/templates/helper.rb
vendor/plugins/rubyamf_plugin/init.rb
vendor/plugins/rubyamf_plugin/install.rb
vendor/plugins/rubyamf_plugin/io/amf_deserializer.rb
vendor/plugins/rubyamf_plugin/io/amf_serializer.rb
vendor/plugins/rubyamf_plugin/io/read_write.rb
vendor/plugins/rubyamf_plugin/rails_installer_files/crossdomain.xml
vendor/plugins/rubyamf_plugin/rails_installer_files/rubyamf_config.rb
vendor/plugins/rubyamf_plugin/rails_installer_files/rubyamf_controller.rb
vendor/plugins/rubyamf_plugin/rails_installer_files/rubyamf_helper.rb
vendor/plugins/rubyamf_plugin/util/action_controller.rb
vendor/plugins/rubyamf_plugin/util/active_record.rb
vendor/plugins/rubyamf_plugin/util/string.rb
vendor/plugins/rubyamf_plugin/util/vo_helper.rb
Download
Click the following link to download rubyamf-rails3-demo-master.zip.
rubyamf-rails3-demo-master.zip