I'd like to update the wiki. How does one get an account?
I just spent over an hour trying to figure out how to do something that was stupidly simple, but because I was following the wiki (which includes no date or version information) I troubleshot a non-existent problem for over an hour before reverting my project and doing it the easy way. Instead of any of this: http://wiki.activescaffold.com/wiki/published/CalendarDateSelectBridge All I needed was this sudo gem install calendar_date_select --force # Added this in config/environment.rb config.gem "calendar_date_select" # I restart and see that things work, but they don't sudo /etc/init.d/apache2 restart Which is the way which does not result in any sort of error like this undefined local variable or method `calendar_date_select_javascripts' undefined local variable or method `calendar_date_select_stylesheets' /var/webapps/IT355/vendor/plugins/active_scaffold/lib/bridges/ calendar_date_select/lib/as_cds_bridge.rb:52:in `active_scaffold_javascripts' /var/webapps/IT355/vendor/plugins/active_scaffold/lib/active_scaffold/ helpers/view_helpers.rb:105:in `active_scaffold_includes' /var/webapps/IT355/app/views/layouts/assignments.html.erb:10:in `_run_erb_app47views47layouts47assignments46html46erb' -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
