Closed nengine closed 12 years ago
Use the "Rails Composer":http://railsapps.github.com/rails-composer/ tool instead. It's a new application template with more options and it has the simple_form option. Let me know how it goes.
Hi, Thanks. I use this new url and still not working. After choosing option #4 rails3-mongoid-devise it never ask me what form_builder I like to use. It asked before.
Reinitialized existing Git repository in C:/Users/nash/codeschool1/.git/ run git add . from "." warning: LF will be replaced by CRLF in .gitignore. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in Gemfile. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/application.rb. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/environments/development.rb. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/environments/production.rb. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/environments/test.rb. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/initializers/generators.rb. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/initializers/secret_token.rb. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in config/initializers/wrap_parameters.rb. The file will have its original line endings in your working directory. run git commit -aqm 'rails_apps_composer: initial commit' from "." fatal: Paths with -a does not make sense. ←[1m←[36m recipe←[0m Running railsapps recipe... ←[1m←[36m question←[0m Install an example application? ←[1m←[36m 1)←[0m I want to build my own application ←[1m←[36m 2)←[0m rails3-bootstrap-devise-cancan ←[1m←[36m 3)←[0m rails3-devise-rspec-cucumber ←[1m←[36m 4)←[0m rails3-mongoid-devise ←[1m←[36m 5)←[0m rails3-mongoid-omniauth ←[1m←[36m 6)←[0m rails3-subdomains ←[1m←[30m←[46m railsapps←[1m←[36m Enter your selection:←[0m 4 ←[1m←[36m recipe←[0m Running setup recipe... ←[1m←[36m setup←[0m Your operating system is mingw32. ←[1m←[36m setup←[0m You are using Ruby version 1.9.3. ←[1m←[36m setup←[0m You are using Rails version 3.2.6. ←[1m←[36m question←[0m Web server for development?
The #4 rails3-mongoid-devise option builds an app exactly like the example app (without a form builder). Choose #1 "Build your own application" and you will have many more options. Let me know if you have questions.
Thanks a lot Daniel! Works now.
Date: Sun, 2 Sep 2012 09:41:08 -0700 From: notifications@github.com To: rails3-application-templates@noreply.github.com CC: aunghmaw@hotmail.com Subject: Re: [rails3-application-templates] "rails3-mongoid-devise" what happened with form builders? (#41)
The #4 rails3-mongoid-devise option builds an app exactly like the example app (without a form builder). Choose #1 "Build your own application" and you will have many more options. Let me know if you have questions.
—
Reply to this email directly or view it on GitHub.
I used to get a section where it asks which form_builder to use with "rails3-mongoid-devise". it was really useful as like to use simple_form, bootstrap, devise and mongoid. I run today but it is no longer available?