SYMBOL INDEX (173 symbols across 72 files) FILE: app/controllers/application_controller.rb class ApplicationController (line 5) | class ApplicationController < ActionController::Base method configure_permitted_parameters (line 13) | def configure_permitted_parameters method render_404 (line 18) | def render_404 FILE: app/controllers/comments_controller.rb class CommentsController (line 5) | class CommentsController < ApplicationController method create (line 10) | def create method destroy (line 18) | def destroy method find_commentable (line 25) | def find_commentable FILE: app/controllers/events_controller.rb class EventsController (line 5) | class EventsController < ApplicationController method new (line 10) | def new method create (line 14) | def create method edit (line 23) | def edit method show (line 27) | def show method update (line 31) | def update method destroy (line 36) | def destroy method calendar (line 44) | def calendar method event_params (line 57) | def event_params method set_event (line 61) | def set_event method set_user (line 66) | def set_user FILE: app/controllers/follows_controller.rb class FollowsController (line 5) | class FollowsController < ApplicationController method create (line 9) | def create method destroy (line 14) | def destroy FILE: app/controllers/home_controller.rb class HomeController (line 5) | class HomeController < ApplicationController method index (line 9) | def index method front (line 15) | def front method find_friends (line 19) | def find_friends method set_user (line 25) | def set_user FILE: app/controllers/likes_controller.rb class LikesController (line 5) | class LikesController < ApplicationController method create (line 10) | def create method destroy (line 15) | def destroy method find_likeable (line 22) | def find_likeable FILE: app/controllers/posts_controller.rb class PostsController (line 5) | class PostsController < ApplicationController method show (line 9) | def show method create (line 13) | def create method edit (line 22) | def edit method update (line 25) | def update method destroy (line 30) | def destroy method set_post (line 39) | def set_post method post_params (line 44) | def post_params FILE: app/controllers/users_controller.rb class UsersController (line 5) | class UsersController < ApplicationController method show (line 11) | def show method edit (line 15) | def edit method update (line 18) | def update method deactivate (line 26) | def deactivate method friends (line 29) | def friends method followers (line 33) | def followers method mentionable (line 37) | def mentionable method user_params (line 43) | def user_params method check_ownership (line 48) | def check_ownership method set_user (line 52) | def set_user FILE: app/helpers/application_helper.rb type ApplicationHelper (line 5) | module ApplicationHelper function belongs_to_user? (line 6) | def belongs_to_user?(resource) function activity_resources_exist? (line 10) | def activity_resources_exist?(activity) FILE: app/helpers/comments_helper.rb type CommentsHelper (line 1) | module CommentsHelper FILE: app/helpers/events_helper.rb type EventsHelper (line 1) | module EventsHelper FILE: app/helpers/follows_helper.rb type FollowsHelper (line 1) | module FollowsHelper FILE: app/helpers/home_helper.rb type HomeHelper (line 5) | module HomeHelper function relative_time (line 6) | def relative_time(created_at) function formatted_time (line 10) | def formatted_time(time) FILE: app/helpers/likes_helper.rb type LikesHelper (line 5) | module LikesHelper function find_like (line 6) | def find_like(likeable) FILE: app/helpers/posts_helper.rb type PostsHelper (line 1) | module PostsHelper FILE: app/helpers/users_helper.rb type UsersHelper (line 5) | module UsersHelper function options_for_seasons (line 6) | def options_for_seasons function age (line 10) | def age(dob) function is_current_user? (line 15) | def is_current_user?(user) FILE: app/models/comment.rb class Comment (line 5) | class Comment < ActiveRecord::Base FILE: app/models/concerns/shared/callbacks.rb type Shared::Callbacks (line 5) | module Shared::Callbacks function remove_activity (line 13) | def remove_activity function remove_likes (line 19) | def remove_likes FILE: app/models/event.rb class Event (line 5) | class Event < ActiveRecord::Base FILE: app/models/follow.rb class Follow (line 5) | class Follow < ActiveRecord::Base method block! (line 15) | def block! FILE: app/models/mention.rb type Mention (line 5) | module Mention function friends_names (line 9) | def friends_names function html_type (line 17) | def html_type function mentioned_friends (line 25) | def mentioned_friends function add_mention_links_to_content (line 29) | def add_mention_links_to_content FILE: app/models/merit/badge_rules.rb type Merit (line 19) | module Merit class BadgeRules (line 20) | class BadgeRules method initialize (line 23) | def initialize FILE: app/models/merit/point_rules.rb type Merit (line 1) | module Merit class PointRules (line 2) | class PointRules method initialize (line 5) | def initialize FILE: app/models/merit/rank_rules.rb type Merit (line 13) | module Merit class RankRules (line 14) | class RankRules method initialize (line 17) | def initialize FILE: app/models/post.rb class Post (line 5) | class Post < ActiveRecord::Base FILE: app/models/user.rb class User (line 5) | class User < ActiveRecord::Base FILE: app/serializers/event_calendar_serializer.rb class EventCalendarSerializer (line 1) | class EventCalendarSerializer < ActiveModel::Serializer method title (line 4) | def title method start (line 8) | def start method end (line 12) | def end method allDay (line 16) | def allDay FILE: app/uploaders/avatar_uploader.rb class AvatarUploader (line 5) | class AvatarUploader < CarrierWave::Uploader::Base method store_dir (line 18) | def store_dir FILE: config/application.rb type Socify (line 9) | module Socify class Application (line 10) | class Application < Rails::Application FILE: db/migrate/20150701024445_devise_create_users.rb class DeviseCreateUsers (line 1) | class DeviseCreateUsers < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150702015915_create_posts.rb class CreatePosts (line 1) | class CreatePosts < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150702020527_create_activities.rb class CreateActivities (line 2) | class CreateActivities < ActiveRecord::Migration method up (line 4) | def self.up method down (line 20) | def self.down FILE: db/migrate/20150703041854_acts_as_votable_migration.rb class ActsAsVotableMigration (line 1) | class ActsAsVotableMigration < ActiveRecord::Migration method up (line 2) | def self.up method down (line 24) | def self.down FILE: db/migrate/20150703053202_add_cached_votes_to_posts.rb class AddCachedVotesToPosts (line 1) | class AddCachedVotesToPosts < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150703054721_create_comments.rb class CreateComments (line 1) | class CreateComments < ActiveRecord::Migration method up (line 2) | def self.up method down (line 17) | def self.down FILE: db/migrate/20150703161656_add_counter_cache_to_posts.rb class AddCounterCacheToPosts (line 1) | class AddCounterCacheToPosts < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150703194107_acts_as_follower_migration.rb class ActsAsFollowerMigration (line 1) | class ActsAsFollowerMigration < ActiveRecord::Migration method up (line 2) | def self.up method down (line 14) | def self.down FILE: db/migrate/20150709034258_create_events.rb class CreateEvents (line 1) | class CreateEvents < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150709050651_add_votes_comments_count_to_events.rb class AddVotesCommentsCountToEvents (line 1) | class AddVotesCommentsCountToEvents < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150710004012_add_fields_to_user.rb class AddFieldsToUser (line 1) | class AddFieldsToUser < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150710030803_add_posts_count_to_users.rb class AddPostsCountToUsers (line 1) | class AddPostsCountToUsers < ActiveRecord::Migration method up (line 3) | def self.up method down (line 7) | def self.down FILE: db/migrate/20150710044606_create_friendly_id_slugs.rb class CreateFriendlyIdSlugs (line 1) | class CreateFriendlyIdSlugs < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150710044624_add_slug_to_users.rb class AddSlugToUsers (line 1) | class AddSlugToUsers < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150723052523_add_content_html_to_posts.rb class AddContentHtmlToPosts (line 1) | class AddContentHtmlToPosts < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20150723052743_add_comment_html_to_comments.rb class AddCommentHtmlToComments (line 1) | class AddCommentHtmlToComments < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20170428044229_rename_events_when_column.rb class RenameEventsWhenColumn (line 1) | class RenameEventsWhenColumn < ActiveRecord::Migration[5.0] method change (line 2) | def change FILE: db/migrate/20170613183107_add_merit_fields_to_users.rb class AddMeritFieldsToUsers (line 1) | class AddMeritFieldsToUsers < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20170613183243_create_merit_actions.rb class CreateMeritActions (line 1) | class CreateMeritActions < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20170613183244_create_merit_activity_logs.rb class CreateMeritActivityLogs (line 1) | class CreateMeritActivityLogs < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20170613183245_create_sashes.rb class CreateSashes (line 1) | class CreateSashes < ActiveRecord::Migration method change (line 2) | def change FILE: db/migrate/20170613183246_create_badges_sashes.rb class CreateBadgesSashes (line 1) | class CreateBadgesSashes < ActiveRecord::Migration method up (line 2) | def self.up method down (line 13) | def self.down FILE: db/migrate/20170613183247_create_scores_and_points.rb class CreateScoresAndPoints (line 1) | class CreateScoresAndPoints < ActiveRecord::Migration method change (line 2) | def change FILE: test/controllers/comments_controller_test.rb class CommentsControllerTest (line 3) | class CommentsControllerTest < ActionController::TestCase FILE: test/controllers/events_controller_test.rb class EventsControllerTest (line 3) | class EventsControllerTest < ActionController::TestCase FILE: test/controllers/follows_controller_test.rb class FollowsControllerTest (line 3) | class FollowsControllerTest < ActionController::TestCase FILE: test/controllers/home_controller_test.rb class HomeControllerTest (line 3) | class HomeControllerTest < ActionController::TestCase FILE: test/controllers/likes_controller_test.rb class LikesControllerTest (line 3) | class LikesControllerTest < ActionController::TestCase FILE: test/controllers/posts_controller_test.rb class PostsControllerTest (line 3) | class PostsControllerTest < ActionController::TestCase FILE: test/controllers/users_controller_test.rb class UsersControllerTest (line 3) | class UsersControllerTest < ActionController::TestCase FILE: test/helpers/comments_helper_test.rb class CommentsHelperTest (line 3) | class CommentsHelperTest < ActionView::TestCase FILE: test/helpers/events_helper_test.rb class EventsHelperTest (line 3) | class EventsHelperTest < ActionView::TestCase FILE: test/helpers/follows_helper_test.rb class FollowsHelperTest (line 3) | class FollowsHelperTest < ActionView::TestCase FILE: test/helpers/home_helper_test.rb class HomeHelperTest (line 3) | class HomeHelperTest < ActionView::TestCase FILE: test/helpers/likes_helper_test.rb class LikesHelperTest (line 3) | class LikesHelperTest < ActionView::TestCase FILE: test/helpers/posts_helper_test.rb class PostsHelperTest (line 3) | class PostsHelperTest < ActionView::TestCase FILE: test/helpers/users_helper_test.rb class UsersHelperTest (line 3) | class UsersHelperTest < ActionView::TestCase FILE: test/models/event_test.rb class EventTest (line 3) | class EventTest < ActiveSupport::TestCase FILE: test/models/post_test.rb class PostTest (line 3) | class PostTest < ActiveSupport::TestCase FILE: test/models/user_test.rb class UserTest (line 3) | class UserTest < ActiveSupport::TestCase FILE: test/test_helper.rb class ActiveSupport::TestCase (line 5) | class ActiveSupport::TestCase FILE: vendor/assets/javascripts/bindWithDelay.js function cb (line 38) | function cb() { FILE: vendor/assets/javascripts/jquery.datetimepicker.js function getCurrentValue (line 1902) | function getCurrentValue() { function HighlightedDate (line 2040) | function HighlightedDate(date, desc, style) { function b (line 2056) | function b(b){var g=b||window.event,h=i.call(arguments,1),j=0,l=0,m=0,n=... function c (line 2056) | function c(){f=null} function d (line 2056) | function d(a,b){return k.settings.adjustOldDeltas&&"mousewheel"===a.type...