Damian Janowski
2008-Jun-25 17:54 UTC
Asset include helpers should consider subdirectories when used with :all
This means that if you have something like: ./public/javascripts/super_calendar/calendar.js ./public/stylesheets/super_calendar/calendar.css Those should be included when calling <%= javascript_include_tag :all %> <%= stylesheet_link_tag :all %> I''ve talked to a couple of coworkers about it and it seems they work around this by manually specifying the files in subdirectories. Here''s the patch, with tests: http://rails.lighthouseapp.com/projects/8994/tickets/480 Looks like a no-brainer to me, but please raise your hand if you find drawbacks. Thanks. D. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---