rails-multistep-form
Rails demo that implements a multistep form wizard from scratch using a straightforward and reusable approach
파일 탐색기
최종 버전 다운로드 (.zip)- rails.png
- application.js
- products.js.coffee
- application.css
- products.css.scss
- scaffolds.css.scss
- application_controller.rb
- products_controller.rb
- application_helper.rb
- products_helper.rb
- multi_step_model.rb
- .keep
- category.rb
- product.rb
- model_wizard.rb
- application.html.erb
- .DS_Store
- _all_steps.html.erb
- _current_step.html.erb
- _page1.html.erb
- _page2.html.erb
- _page3.html.erb
- .DS_Store
- _form.html.erb
- edit.html.erb
- index.html.erb
- new.html.erb
- show.html.erb
- .DS_Store
- bundle
- rails
- rake
- setup
- update
- development.rb
- production.rb
- test.rb
- application_controller_renderer.rb
- assets.rb
- backtrace_silencers.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- new_framework_defaults.rb
- secret_token.rb
- session_store.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- cable.yml
- database.yml
- environment.rb
- puma.rb
- routes.rb
- secrets.yml
- spring.rb
- 20130530034246_create_products.rb
- 20140813022352_create_categories.rb
- schema.rb
- seeds.rb
- .keep
- .keep
- .keep
- 404.html
- 422.html
- 500.html
- favicon.ico
- robots.txt
- product_pages_spec.rb
- category_spec.rb
- product_spec.rb
- factories.rb
- spec_helper.rb
- .keep
- .keep
- .gitignore
- .rspec
- config.ru
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/nerdcave/rails-multistep-form
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rails-multistep-form
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
