Download ajax wizard in rails Free Java Code

Description

A sample experiment in creating a slick wizard type form in a rails application.

Icons

ajax wizard in rails

Source Files

The download file ajax_wizard_in_rails-master.zip has the following entries.


.gitignore/* www. j  a  v a 2 s.  c o  m*/
README.markdown
Rakefile
app/controllers/application_controller.rb
app/controllers/computers_controller.rb
app/helpers/application_helper.rb
app/helpers/computers_helper.rb
app/models/.gitignore
app/models/computer.rb
app/views/computers/_computer.html.haml
app/views/computers/index.html.haml
app/views/computers/new.html.haml
app/views/layouts/.gitignore
app/views/layouts/application.html.haml
config/boot.rb
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/new_rails_defaults.rb
config/initializers/requires.rb
config/initializers/session_store.rb
config/locales/en.yml
config/options.yml
config/routes.rb
db/.gitignore
db/migrate/20090512102220_create_computers.rb
db/schema.rb
doc/README_FOR_APP
lib/tasks/.gitignore
lib/wizard_form_builder.rb
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/images/sections/color.gif
public/images/sections/hard_drive.gif
public/images/sections/monitors.gif
public/images/sections/office_software.gif
public/images/sections/operating_system.gif
public/images/sections/processor.gif
public/images/sections/ram_memory.gif
public/images/sections/warranty.gif
public/javascripts/application.js
public/javascripts/libraries/animator.js
public/javascripts/libraries/animator_extensions.js
public/javascripts/libraries/lowpro.js
public/javascripts/libraries/protoculous.js
public/robots.txt
public/stylesheets/.gitignore
public/stylesheets/sass/wizard.sass
public/stylesheets/wizard.css
script/about
script/console
script/dbconsole
script/destroy
script/generate
script/performance/benchmarker
script/performance/profiler
script/plugin
script/runner
script/server
test/fixtures/.gitignore
test/fixtures/computers.yml
test/functional/.gitignore
test/functional/computers_controller_test.rb
test/integration/.gitignore
test/performance/browsing_test.rb
test/test_helper.rb
test/unit/.gitignore
test/unit/computer_test.rb
test/unit/helpers/computers_helper_test.rb
vendor/plugins/.gitignore
vendor/plugins/haml/init.rb
vendor/plugins/resource_controller/LICENSE
vendor/plugins/resource_controller/README.rdoc
vendor/plugins/resource_controller/Rakefile
vendor/plugins/resource_controller/TODO
vendor/plugins/resource_controller/VERSION.yml
vendor/plugins/resource_controller/generators/scaffold_resource/USAGE
vendor/plugins/resource_controller/generators/scaffold_resource/scaffold_resource_generator.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/controller.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/fixtures.yml
vendor/plugins/resource_controller/generators/scaffold_resource/templates/functional_test.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/helper.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/migration.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/model.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/old_migration.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/functional_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/helper_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/routing_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/unit_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/edit_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/index_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/new_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/rspec/views/show_spec.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/shoulda_functional_test.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/unit_test.rb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view__form.erb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view__form.haml
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_edit.erb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_edit.haml
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_index.erb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_index.haml
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_new.erb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_new.haml
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_show.erb
vendor/plugins/resource_controller/generators/scaffold_resource/templates/view_show.haml
vendor/plugins/resource_controller/init.rb
vendor/plugins/resource_controller/install.rb
vendor/plugins/resource_controller/lib/resource_controller.rb
vendor/plugins/resource_controller/lib/resource_controller/accessors.rb
vendor/plugins/resource_controller/lib/resource_controller/action_options.rb
vendor/plugins/resource_controller/lib/resource_controller/actions.rb
vendor/plugins/resource_controller/lib/resource_controller/base.rb
vendor/plugins/resource_controller/lib/resource_controller/class_methods.rb
vendor/plugins/resource_controller/lib/resource_controller/controller.rb
vendor/plugins/resource_controller/lib/resource_controller/failable_action_options.rb
vendor/plugins/resource_controller/lib/resource_controller/helpers.rb
vendor/plugins/resource_controller/lib/resource_controller/helpers/current_objects.rb
vendor/plugins/resource_controller/lib/resource_controller/helpers/internal.rb
vendor/plugins/resource_controller/lib/resource_controller/helpers/nested.rb
vendor/plugins/resource_controller/lib/resource_controller/helpers/singleton_customizations.rb
vendor/plugins/resource_controller/lib/resource_controller/helpers/urls.rb
vendor/plugins/resource_controller/lib/resource_controller/response_collector.rb
vendor/plugins/resource_controller/lib/resource_controller/singleton.rb
vendor/plugins/resource_controller/lib/urligence.rb
vendor/plugins/resource_controller/rails/init.rb
vendor/plugins/resource_controller/resource_controller.gemspec
vendor/plugins/resource_controller/test/Rakefile
vendor/plugins/resource_controller/test/app/controllers/accounts_controller.rb
vendor/plugins/resource_controller/test/app/controllers/application_controller.rb
vendor/plugins/resource_controller/test/app/controllers/cms/options_controller.rb
vendor/plugins/resource_controller/test/app/controllers/cms/personnel_controller.rb
vendor/plugins/resource_controller/test/app/controllers/cms/photos_controller.rb
vendor/plugins/resource_controller/test/app/controllers/cms/products_controller.rb
vendor/plugins/resource_controller/test/app/controllers/comments_controller.rb
vendor/plugins/resource_controller/test/app/controllers/images_controller.rb
vendor/plugins/resource_controller/test/app/controllers/options_controller.rb
vendor/plugins/resource_controller/test/app/controllers/people_controller.rb
vendor/plugins/resource_controller/test/app/controllers/photos_controller.rb
vendor/plugins/resource_controller/test/app/controllers/posts_controller.rb
vendor/plugins/resource_controller/test/app/controllers/projects_controller.rb
vendor/plugins/resource_controller/test/app/controllers/somethings_controller.rb
vendor/plugins/resource_controller/test/app/controllers/tags_controller.rb
vendor/plugins/resource_controller/test/app/controllers/users_controller.rb
vendor/plugins/resource_controller/test/app/helpers/accounts_helper.rb
vendor/plugins/resource_controller/test/app/helpers/application_helper.rb
vendor/plugins/resource_controller/test/app/helpers/cms/products_helper.rb
vendor/plugins/resource_controller/test/app/helpers/comments_helper.rb
vendor/plugins/resource_controller/test/app/helpers/images_helper.rb
vendor/plugins/resource_controller/test/app/helpers/options_helper.rb
vendor/plugins/resource_controller/test/app/helpers/people_helper.rb
vendor/plugins/resource_controller/test/app/helpers/photos_helper.rb
vendor/plugins/resource_controller/test/app/helpers/posts_helper.rb
vendor/plugins/resource_controller/test/app/helpers/projects_helper.rb
vendor/plugins/resource_controller/test/app/helpers/somethings_helper.rb
vendor/plugins/resource_controller/test/app/helpers/tags_helper.rb
vendor/plugins/resource_controller/test/app/helpers/users_helper.rb
vendor/plugins/resource_controller/test/app/models/account.rb
vendor/plugins/resource_controller/test/app/models/comment.rb
vendor/plugins/resource_controller/test/app/models/image.rb
vendor/plugins/resource_controller/test/app/models/option.rb
vendor/plugins/resource_controller/test/app/models/personnel.rb
vendor/plugins/resource_controller/test/app/models/photo.rb
vendor/plugins/resource_controller/test/app/models/post.rb
vendor/plugins/resource_controller/test/app/models/product.rb
vendor/plugins/resource_controller/test/app/models/project.rb
vendor/plugins/resource_controller/test/app/models/something.rb
vendor/plugins/resource_controller/test/app/models/tag.rb
vendor/plugins/resource_controller/test/app/models/user.rb
vendor/plugins/resource_controller/test/app/views/accounts/_form.html.erb
vendor/plugins/resource_controller/test/app/views/accounts/edit.html.erb
vendor/plugins/resource_controller/test/app/views/accounts/new.html.erb
vendor/plugins/resource_controller/test/app/views/accounts/show.html.erb
vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
vendor/plugins/resource_controller/test/app/views/cms/options/index.rhtml
vendor/plugins/resource_controller/test/app/views/cms/options/new.rhtml
vendor/plugins/resource_controller/test/app/views/cms/options/show.rhtml
vendor/plugins/resource_controller/test/app/views/cms/photos/edit.rhtml
vendor/plugins/resource_controller/test/app/views/cms/photos/index.rhtml
vendor/plugins/resource_controller/test/app/views/cms/photos/new.rhtml
vendor/plugins/resource_controller/test/app/views/cms/photos/show.rhtml
vendor/plugins/resource_controller/test/app/views/cms/products/edit.rhtml
vendor/plugins/resource_controller/test/app/views/cms/products/index.rhtml
vendor/plugins/resource_controller/test/app/views/cms/products/new.rhtml
vendor/plugins/resource_controller/test/app/views/cms/products/show.rhtml
vendor/plugins/resource_controller/test/app/views/comments/edit.rhtml
vendor/plugins/resource_controller/test/app/views/comments/index.rhtml
vendor/plugins/resource_controller/test/app/views/comments/new.rhtml
vendor/plugins/resource_controller/test/app/views/comments/show.rhtml
vendor/plugins/resource_controller/test/app/views/images/_form.html.erb
vendor/plugins/resource_controller/test/app/views/images/edit.html.erb
vendor/plugins/resource_controller/test/app/views/images/new.html.erb
vendor/plugins/resource_controller/test/app/views/layouts/application.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/comments.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/options.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/people.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/photos.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/projects.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/somethings.rhtml
vendor/plugins/resource_controller/test/app/views/layouts/tags.rhtml
vendor/plugins/resource_controller/test/app/views/options/_form.html.erb
vendor/plugins/resource_controller/test/app/views/options/edit.html.erb
vendor/plugins/resource_controller/test/app/views/options/index.html.erb
vendor/plugins/resource_controller/test/app/views/options/new.html.erb
vendor/plugins/resource_controller/test/app/views/options/show.html.erb
vendor/plugins/resource_controller/test/app/views/people/edit.rhtml
vendor/plugins/resource_controller/test/app/views/people/index.rhtml
vendor/plugins/resource_controller/test/app/views/people/new.rhtml
vendor/plugins/resource_controller/test/app/views/people/show.rhtml
vendor/plugins/resource_controller/test/app/views/photos/edit.rhtml
vendor/plugins/resource_controller/test/app/views/photos/index.rhtml
vendor/plugins/resource_controller/test/app/views/photos/new.rhtml
vendor/plugins/resource_controller/test/app/views/photos/show.rhtml
vendor/plugins/resource_controller/test/app/views/posts/edit.rhtml
vendor/plugins/resource_controller/test/app/views/posts/index.rhtml
vendor/plugins/resource_controller/test/app/views/posts/new.rhtml
vendor/plugins/resource_controller/test/app/views/posts/show.rhtml
vendor/plugins/resource_controller/test/app/views/projects/edit.rhtml
vendor/plugins/resource_controller/test/app/views/projects/index.rhtml
vendor/plugins/resource_controller/test/app/views/projects/new.rhtml
vendor/plugins/resource_controller/test/app/views/projects/show.rhtml
vendor/plugins/resource_controller/test/app/views/somethings/edit.rhtml
vendor/plugins/resource_controller/test/app/views/somethings/index.rhtml
vendor/plugins/resource_controller/test/app/views/somethings/new.rhtml
vendor/plugins/resource_controller/test/app/views/somethings/show.rhtml
vendor/plugins/resource_controller/test/app/views/tags/edit.rhtml
vendor/plugins/resource_controller/test/app/views/tags/index.rhtml
vendor/plugins/resource_controller/test/app/views/tags/index.rjs
vendor/plugins/resource_controller/test/app/views/tags/new.rhtml
vendor/plugins/resource_controller/test/app/views/tags/show.rhtml
vendor/plugins/resource_controller/test/app/views/users/edit.rhtml
vendor/plugins/resource_controller/test/app/views/users/index.rhtml
vendor/plugins/resource_controller/test/app/views/users/new.rhtml
vendor/plugins/resource_controller/test/app/views/users/show.rhtml
vendor/plugins/resource_controller/test/config/boot.rb
vendor/plugins/resource_controller/test/config/database.yml
vendor/plugins/resource_controller/test/config/environment.rb
vendor/plugins/resource_controller/test/config/environments/development.rb
vendor/plugins/resource_controller/test/config/environments/test.rb
vendor/plugins/resource_controller/test/config/initializers/inflections.rb
vendor/plugins/resource_controller/test/config/routes.rb
vendor/plugins/resource_controller/test/db/migrate/001_create_posts.rb
vendor/plugins/resource_controller/test/db/migrate/002_create_products.rb
vendor/plugins/resource_controller/test/db/migrate/003_create_comments.rb
vendor/plugins/resource_controller/test/db/migrate/004_create_options.rb
vendor/plugins/resource_controller/test/db/migrate/005_create_photos.rb
vendor/plugins/resource_controller/test/db/migrate/006_create_tags.rb
vendor/plugins/resource_controller/test/db/migrate/007_create_somethings.rb
vendor/plugins/resource_controller/test/db/migrate/008_create_accounts.rb
vendor/plugins/resource_controller/test/db/migrate/009_add_account_id_to_photos.rb
vendor/plugins/resource_controller/test/db/migrate/010_create_projects.rb
vendor/plugins/resource_controller/test/db/migrate/011_create_images.rb
vendor/plugins/resource_controller/test/db/migrate/012_create_users.rb
vendor/plugins/resource_controller/test/db/migrate/013_create_personnel.rb
vendor/plugins/resource_controller/test/db/migrate/014_add_personnel_id_to_photos.rb
vendor/plugins/resource_controller/test/db/schema.rb
vendor/plugins/resource_controller/test/log/.gitignore
vendor/plugins/resource_controller/test/script/console
vendor/plugins/resource_controller/test/script/destroy
vendor/plugins/resource_controller/test/script/generate
vendor/plugins/resource_controller/test/script/server
vendor/plugins/resource_controller/test/test/fixtures/accounts.yml
vendor/plugins/resource_controller/test/test/fixtures/comments.yml
vendor/plugins/resource_controller/test/test/fixtures/images.yml
vendor/plugins/resource_controller/test/test/fixtures/options.yml
vendor/plugins/resource_controller/test/test/fixtures/personnel.yml
vendor/plugins/resource_controller/test/test/fixtures/photos.yml
vendor/plugins/resource_controller/test/test/fixtures/photos_tags.yml
vendor/plugins/resource_controller/test/test/fixtures/posts.yml
vendor/plugins/resource_controller/test/test/fixtures/products.yml
vendor/plugins/resource_controller/test/test/fixtures/projects.yml
vendor/plugins/resource_controller/test/test/fixtures/somethings.yml
vendor/plugins/resource_controller/test/test/fixtures/tags.yml
vendor/plugins/resource_controller/test/test/fixtures/users.yml
vendor/plugins/resource_controller/test/test/functional/cms/options_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/cms/photos_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/cms/products_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/comments_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/images_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/people_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/photos_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/posts_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/projects_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/somethings_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/tags_controller_test.rb
vendor/plugins/resource_controller/test/test/functional/users_controller_test.rb
vendor/plugins/resource_controller/test/test/test_helper.rb
vendor/plugins/resource_controller/test/test/unit/accessors_test.rb
vendor/plugins/resource_controller/test/test/unit/account_test.rb
vendor/plugins/resource_controller/test/test/unit/action_options_test.rb
vendor/plugins/resource_controller/test/test/unit/base_test.rb
vendor/plugins/resource_controller/test/test/unit/comment_test.rb
vendor/plugins/resource_controller/test/test/unit/failable_action_options_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/current_objects_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/internal_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/nested_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/singleton_current_objects_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/singleton_nested_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/singleton_urls_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers/urls_test.rb
vendor/plugins/resource_controller/test/test/unit/helpers_test.rb
vendor/plugins/resource_controller/test/test/unit/image_test.rb
vendor/plugins/resource_controller/test/test/unit/option_test.rb
vendor/plugins/resource_controller/test/test/unit/photo_test.rb
vendor/plugins/resource_controller/test/test/unit/post_test.rb
vendor/plugins/resource_controller/test/test/unit/project_test.rb
vendor/plugins/resource_controller/test/test/unit/response_collector_test.rb
vendor/plugins/resource_controller/test/test/unit/something_test.rb
vendor/plugins/resource_controller/test/test/unit/tag_test.rb
vendor/plugins/resource_controller/test/test/unit/urligence_test.rb
vendor/plugins/resource_controller/test/tmp/.gitignore
vendor/plugins/resource_controller/test/vendor/gems/resource_controller-10.0.0
vendor/plugins/resource_controller/uninstall.rb

Download

Click the following link to download ajax_wizard_in_rails-master.zip.

ajax_wizard_in_rails-master.zip




















Home »
  Javascript Free Code Download »
    Form »




Form
Form Ajax
Form Element
Form Field
Form HTML5
Form Input
Form jQuery
Form JSON
Form Submit