pauladaniel / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

Restart of Rails 2.0.2 Server doesn't run "copy" of required files to public folder #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install gem per docs
2. Add:   config.gem "calendar_date_select" to environment file
3. Restart: script/server

What is the expected output? What do you see instead?
I expect to see new files added to my public folders such as javascripts -
I already have prototype and in styles I have my style sheet.  However, no
matter how many times I restart my server I do not see anything for
calendardateselect there.   

When I try to include it in my layout... BOOM... pages stop rendering.

What version of the product are you using? On what operating system?

version 1.15 I am on OSX 10.5.6

Please provide any additional information below.

I already have a working application with Ajax and all just fine.  So, it
starts "green".

Also, this is a clean install of the calendardateselect, no old versions.

I am a *nix newb, but I know I have permissions because I can sudo and use
my password for gem and updates on my machine.

I am currently using date_select - so I have working date fields, adding
this gem to replace existing UI widgets.

Original issue reported on code.google.com by johngfer...@gmail.com on 22 Mar 2009 at 2:42

GoogleCodeExporter commented 8 years ago
I found some parallel direction which had me:

script/plugin install
http://calendardateselect.googlecode.com/svn/tags/calendar_date_select

By doing this and having the 

 config.gem "calendar_date_select"

And restarting the server worked for me.  Though I admit this was after I 
upgraded to
Rails 2.1.  Though I am not assuming *that* did the trick I think the plugin 
install
was the key.

So I have it working now... thanks.

Original comment by johngfer...@gmail.com on 25 Mar 2009 at 3:43