Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tag search UI. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added tag search UI. #1

wants to merge 1 commit into from

Conversation

pmark
Copy link

@pmark pmark commented Dec 4, 2011

Added tag field to event filter UI. It's populated with all tags. Still need to repopulate that field after executing the search. Oh, and the tag_search param needs to be worked into the search.

…ll need to repopulate that field after executing the search. Oh, and the tag_search param needs to be worked into the search.
techieshark pushed a commit that referenced this pull request Jun 28, 2013
It should now be possible to develop themes which take advantage of the
asset pipeline for non-view resources such as stylesheets using SASS/SCSS
or javascript using CoffeeScript (add to :assets group in Gemfile).

[THEME] If you are maintaining a theme or fork of calagator, you will
need to make a small change to your templates, due to incompatibilities
between the asset pipeline and the ':cache => true' attribute.

  1. Change following line in themes/*/views/layouts/application.html.erb:
       <%= javascript_include_tag  :defaults, :cache => true %>
     to look like:
       <%= javascript_include_tag 'application' %>

  2. Remove any additional ':cache => true' attributes used in your
     theme; most likely you won't find any beyond #1 above.

[DEPLOY] Deploying calagator now requires you to precompile assets using:

  $> rake assets:precompile

Conflicts:
	config/environments/development.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant