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

Basic lists #38

Merged
merged 13 commits into from
Jun 11, 2014
Merged

Basic lists #38

merged 13 commits into from
Jun 11, 2014

Conversation

LuizArmesto
Copy link
Member

  • generic partial template for list items
  • pagination with infinite scroll
  • geo_data main list
  • contributions embedded list (using fake data)

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.39%) when pulling fc0c614 on lists into 46b5d27 on master.

def index
@list = GeoData.page(params[:page]).per(params[:per])
respond_to do |format|
format.html { render :layout => !request.xhr? }
Copy link
Member

Choose a reason for hiding this comment

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

👍 curti esse trick do !request.xhr?

@andersoncardoso
Copy link
Member

❤️

andersoncardoso added a commit that referenced this pull request Jun 11, 2014
@andersoncardoso andersoncardoso merged commit d60d5d6 into master Jun 11, 2014
@andersoncardoso andersoncardoso deleted the lists branch June 11, 2014 00:18
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