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

Events #175

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Events #175

wants to merge 13 commits into from

Conversation

akyker20
Copy link
Contributor

This is the calendar. Currently, I only have it in the admin namespace. The reason being is that I didn't want to copy things into the site part of the app until I knew that my code was OK. Since this is the first time I have written a substantial amount of code, I reckon I will need to make some changes.

To make a new event go to events/new
To view calendar go to events/year/month or events/year/month/day.

Austin

@jimpo
Copy link
Member

jimpo commented Feb 17, 2014

Spaces not tabs! See style guide.

@jimpo
Copy link
Member

jimpo commented Feb 17, 2014

There's a bug on the February 2014 month view February 2014 calendar

params[:day].to_i)
@all = Event.all
@daily_events = []
@all.each {|event|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No multiline curly braces. Use do and end.

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.

3 participants