xing-framework 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 70b634b90358e0b9b69b744afde915c4e5510dd6
4
- data.tar.gz: d073674381a3eced01d2325adbc4609ee1a374bb
3
+ metadata.gz: a6d7b5686e34f919750bf54ef8117514d21ee0a6
4
+ data.tar.gz: 61beda0d548b04a85e0f1c4d8d25afe345e99655
5
5
  SHA512:
6
- metadata.gz: 277e83153cdec6817c4739fdd44246a5fd6966b4e5b275cea4860a15de1e54fa1d57adaca71e9311fa4b5e063677557fec988ca9efa82004580cdf0b25c0d86a
7
- data.tar.gz: f63849684877bdcd7d46f886e045e84c4dc88efe85d33c442d817c49ae7cecd7f7286b74b874c93a36d4f527cfd11355521397567cbc7d969affd77d8a5ecc12
6
+ metadata.gz: c37746c8ea0948263bb399701f5a84bb9136f687fc582e93a8df5925ac1d6d473f8866fc8f367799b6c614029c78e1502ecee7090b21402711bf885dd948a8ab
7
+ data.tar.gz: 2bd2687d31fd0e07b3046d61ff7cfe1a8491a4cf155f48c7c296643c747c09646d1b105fa35921b379ed9e7d749c18de688d36f39aab731ac91b4618c7fcc9e4
@@ -0,0 +1,50 @@
1
+ # Xing build products
2
+ server/public/assets
3
+ server/public/fonts
4
+ server/public/index.html
5
+ server/vendor
6
+ frontend/tmp/
7
+ tmp/
8
+ .sass-cache/
9
+ dump.rdb
10
+
11
+ # Sourcemaps
12
+ **/*.map
13
+
14
+ # Frontend
15
+ frontend/src/common/environment.js
16
+ frontend/vendor/
17
+ frontend/bin/
18
+ frontend/build/
19
+
20
+ # Security: Ignore database and secrets config
21
+ backend/config/database.yml
22
+ backend/config/secrets.yml
23
+
24
+ # Ruby: Bundler artifacts
25
+ .bundle/
26
+
27
+ # Ruby: artifacts produced by gems
28
+ .cadre/
29
+ spec/support/c
30
+
31
+ # Rails: Ignore bundler config.
32
+ backend/.bundle
33
+
34
+ # Rails: Ignore all logfiles and tempfiles.
35
+ backend/log/*
36
+ backend/log/.keep
37
+ backend/tmp
38
+
39
+ # RCS Artifacts
40
+ *.orig
41
+
42
+ # Operating system and editor artifacts
43
+ .DS_Store
44
+ *.sw?
45
+ *~
46
+ .idea/
47
+ .vim-role
48
+ .vimrc
49
+ .conductor/*
50
+ .conductor/**/*
@@ -1,6 +1,7 @@
1
1
  require 'caliph'
2
2
  require 'bundler'
3
3
  require 'architecture/dsl'
4
+ require 'securerandom'
4
5
 
5
6
  module Xing::CLI::Generators
6
7
  class NewProject
metadata CHANGED
@@ -1,15 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xing-framework
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Dorn
8
8
  - Judson Lester
9
+ - Hannah Howard
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2016-01-21 00:00:00.000000000 Z
13
+ date: 2016-01-23 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: trollop
@@ -73,6 +74,7 @@ description: |2
73
74
  email:
74
75
  - evan@lrdesign.com
75
76
  - judson@lrdesign.com
77
+ - hannah@lrdesign.com
76
78
  executables:
77
79
  - xing
78
80
  extensions: []
@@ -85,7 +87,6 @@ files:
85
87
  - default_configuration/base_app/.csslintrc
86
88
  - default_configuration/base_app/.eslintignore
87
89
  - default_configuration/base_app/.eslintrc
88
- - default_configuration/base_app/.git/tags
89
90
  - default_configuration/base_app/.pivotal-brancher/config.yaml
90
91
  - default_configuration/base_app/.rubocop.yml
91
92
  - default_configuration/base_app/.ruby-version
@@ -284,6 +285,7 @@ files:
284
285
  - default_configuration/templates/backend/config/secrets.yml.example
285
286
  - default_configuration/templates/backend/gitattributes
286
287
  - default_configuration/templates/backend/gitignore
288
+ - default_configuration/templates/dot.gitignore
287
289
  - default_configuration/templates/frontend/.gitattributes
288
290
  - default_configuration/templates/frontend/.gitignore
289
291
  - default_configuration/templates/frontend/gitattributes
@@ -309,7 +311,7 @@ rdoc_options:
309
311
  - "--main"
310
312
  - doc/README
311
313
  - "--title"
312
- - xing-framework-0.2.5 Documentation
314
+ - xing-framework-0.2.6 Documentation
313
315
  require_paths:
314
316
  - lib/
315
317
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -324,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
324
326
  version: '0'
325
327
  requirements: []
326
328
  rubyforge_project: xing-framework
327
- rubygems_version: 2.4.8
329
+ rubygems_version: 2.4.5.1
328
330
  signing_key:
329
331
  specification_version: 4
330
332
  summary: Code generator tools for the Xing Framework.
@@ -1,183 +0,0 @@
1
- !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
2
- !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
3
- !_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
4
- !_TAG_PROGRAM_NAME Exuberant Ctags //
5
- !_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
6
- !_TAG_PROGRAM_VERSION 5.8 //
7
- $authMock ../frontend/test/auth/passwords/passwordsControllers.js /^ $authMock = {$/;" o
8
- $authMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $authMock = {$/;" o
9
- $authMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $authMock = {$/;" o
10
- $scope.passwordRequest ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = {$/;" o
11
- $scope.passwordRequest ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = { email: "bob@bob.com" };$/;" o
12
- $scope.passwordRequest ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordRequest = { email: ''};$/;" o
13
- $scope.passwordRequestSubmit ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordRequestSubmit = function() {$/;" f
14
- $scope.passwordUpdate ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdate = {$/;" o
15
- $scope.passwordUpdate ../frontend/test/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdate = {$/;" o
16
- $scope.passwordUpdateSubmit ../frontend/src/app/auth/passwords/passwordsControllers.js /^ $scope.passwordUpdateSubmit = function() {$/;" f
17
- $scope.registration ../frontend/src/app/auth/registrations/registrationsControllers.js /^ $scope.registration = {$/;" o
18
- $scope.registration ../frontend/test/auth/registrations/registrationsControllers.js /^ $scope.registration = { email: "bob@bob.com",$/;" o
19
- $scope.registrationSubmit ../frontend/src/app/auth/registrations/registrationsControllers.js /^ $scope.registrationSubmit = function() {$/;" f
20
- $scope.session ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.session = {$/;" o
21
- $scope.session ../frontend/test/auth/sessions/sessionsControllers.js /^ $scope.session = { email: "bob", password: "password" };$/;" o
22
- $scope.session ../frontend/test/auth/sessions/sessionsControllers.js /^ $scope.session = { email: "jill", password: "wrong password" };$/;" o
23
- $scope.sessionSubmit ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.sessionSubmit = function() {$/;" f
24
- $scope.session[authConfig.authKey] ../frontend/src/app/auth/sessions/sessionsControllers.js /^ $scope.session[authConfig.authKey] = '';$/;" s
25
- $stateMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $stateMock = {$/;" o
26
- $stateMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $stateMock = {$/;" o
27
- $toastMock ../frontend/test/auth/passwords/passwordsControllers.js /^ $toastMock = {};$/;" o
28
- $toastMock ../frontend/test/auth/registrations/registrationsControllers.js /^ $toastMock = {};$/;" o
29
- $toastMock ../frontend/test/auth/sessions/sessionsControllers.js /^ $toastMock = {};$/;" o
30
- (session.user.password ../frontend/test/auth/sessions/sessionsControllers.js /^ if ((session.user.email == "bob") && (session.user.password = "password")) {$/;" s
31
- APP_MODULE ../backend/config/application.rb /^module APP_MODULE$/;" m
32
- APP_MODULE ../backend/lib/static-app.rb /^module APP_MODULE$/;" m
33
- Ability ../backend/app/models/ability.rb /^class Ability$/;" c
34
- AdminOnly ../frontend/src/common/components/adminOnly/adminOnly.js /^export default class AdminOnly extends OnLoginDirective {$/;" c
35
- Application ../backend/config/application.rb /^ class Application < Rails::Application$/;" c class:APP_MODULE
36
- ApplicationController ../backend/app/controllers/application_controller.rb /^class ApplicationController < Xing::Controllers::Base$/;" c
37
- ConfirmationsController ../backend/app/controllers/confirmations_controller.rb /^class ConfirmationsController < DeviseTokenAuth::ConfirmationsController$/;" c
38
- ConfirmationsSuccessState ../frontend/src/app/auth/confirmations/confirmationsStates.js /^export class ConfirmationsSuccessState extends LoggedInOnlyState {$/;" c
39
- DevelopmentMailInterceptor ../backend/config/initializers/smtp.rb /^class DevelopmentMailInterceptor$/;" c
40
- DeviseExtraTestHelper ../backend/spec/support/devise_helper.rb /^module DeviseExtraTestHelper$/;" m
41
- HomepageShowState ../frontend/src/app/homepage/homepageStates.js /^export class HomepageShowState {$/;" c
42
- HomepageState ../frontend/src/app/homepage/homepageStates.js /^export class HomepageState extends TrackAdminState {$/;" c
43
- OnLoginDirective ../frontend/src/common/components/OnLoginDirective/OnLoginDirective.js /^export default class OnLoginDirective {$/;" c
44
- PasswordsController ../backend/app/controllers/passwords_controller.rb /^class PasswordsController < DeviseTokenAuth::PasswordsController$/;" c
45
- PasswordsRequestState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsRequestState {$/;" c
46
- PasswordsRequestSuccessState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsRequestSuccessState {$/;" c
47
- PasswordsUpdateState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsUpdateState extends LoggedInOnlyState {$/;" c
48
- PasswordsUpdateSuccessState ../frontend/src/app/auth/passwords/passwordsStates.js /^export class PasswordsUpdateSuccessState extends LoggedInOnlyState {$/;" c
49
- RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::ControllerExampleGroup$/;" m
50
- RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::HelperExampleGroup$/;" m
51
- RSpec ../backend/spec/support/devise_helper.rb /^module RSpec::Rails::ViewExampleGroup$/;" m
52
- RegistrationsController ../backend/app/controllers/registrations_controller.rb /^class RegistrationsController < DeviseTokenAuth::RegistrationsController$/;" c
53
- RegistrationsState ../frontend/src/app/auth/registrations/registrationsStates.js /^export class RegistrationsState {$/;" c
54
- RegistrationsSuccessState ../frontend/src/app/auth/registrations/registrationsStates.js /^export class RegistrationsSuccessState {$/;" c
55
- Resources ../frontend/src/common/resources.js /^class Resources extends RL.Resource {$/;" c
56
- Role ../backend/app/models/role/admin.rb /^class Role::Admin < Role$/;" c
57
- RootInnerState ../frontend/src/app/rootStates.js /^export class RootInnerState {$/;" c
58
- RootState ../frontend/src/app/rootStates.js /^export class RootState {$/;" c
59
- SessionLinks ../frontend/src/common/components/sessionLinks/sessionLinks.js /^export default class SessionLinks extends OnLoginDirective {$/;" c
60
- SessionsState ../frontend/src/app/auth/sessions/sessionsStates.js /^export class SessionsState {$/;" c
61
- SessionsSuccessState ../frontend/src/app/auth/sessions/sessionsStates.js /^export class SessionsSuccessState extends LoggedInOnlyState {$/;" c
62
- SignOut ../frontend/src/common/components/signOut/signOut.js /^export default class SignOut {$/;" c
63
- StaticApp ../backend/lib/static-app.rb /^ class StaticApp < Xing::Static::RackApp$/;" c class:APP_MODULE
64
- User ../backend/app/models/user.rb /^class User < ActiveRecord::Base$/;" c
65
- XingApp ../backend/config/application.rb /^module XingApp; end$/;" m
66
- appName ../frontend/src/common/config.js /^export var appName = "XING-BASE";$/;" s
67
- app_files ../frontend/build.config.js /^ app_files: {$/;" o
68
- assets ../frontend/build.config.js /^ assets: [$/;" a
69
- atpl ../frontend/build.config.js /^ atpl: [ 'src\/app\/**\/*.tpl.html' ],$/;" a
70
- browsers ../frontend/karma/karma-unit.tpl.js /^ browsers: [$/;" a
71
- build_dirs ../frontend/build.config.js /^ build_dirs: {$/;" o
72
- children ../frontend/test/app.js /^ children: {}$/;" o
73
- coffee ../frontend/build.config.js /^ coffee: [ 'src\/**\/*.coffee', '!src\/**\/*.spec.coffee' ],$/;" a
74
- coffeeunit ../frontend/build.config.js /^ coffeeunit: [ 'test\/**\/*.coffee' ],$/;" a
75
- compare ../frontend/test/specHelper.js /^ compare: function(actual) {$/;" f
76
- compare ../frontend/test/specHelper.js /^ compare: function(actual, expected) {$/;" f
77
- compile_targets ../frontend/build.config.js /^ compile_targets: {$/;" o
78
- config ../frontend/src/app/auth/config.js /^ var config = {$/;" o
79
- configuration ../frontend/src/common/config.js /^export var configuration = { backendUrl, appName };$/;" o
80
- configure_permitted_parameters ../backend/app/controllers/registrations_controller.rb /^ def configure_permitted_parameters$/;" f class:RegistrationsController
81
- confirmationLocation.pathname ../frontend/src/app/auth/auth.js /^ confirmationLocation.pathname = "\/confirmed";$/;" s
82
- confirmationLocation.search ../frontend/src/app/auth/auth.js /^ confirmationLocation.search = "";$/;" s
83
- content_for ../backend/spec/spec_helper.rb /^def content_for(name)$/;" f
84
- cookies ../frontend/src/common/config.js /^ var cookies = [];$/;" a
85
- css ../frontend/build.config.js /^ css: [$/;" a
86
- ctpl ../frontend/build.config.js /^ ctpl: [ 'src\/common\/**\/*.tpl.html' ],$/;" a
87
- current_user ../backend/spec/support/devise_helper.rb /^ def current_user(stubs = {})$/;" f class:DeviseExtraTestHelper
88
- current_user_session ../backend/spec/support/devise_helper.rb /^ def current_user_session(stubs = {}, user_stubs = {})$/;" f class:DeviseExtraTestHelper
89
- data ../frontend/test/auth/passwords/passwordsControllers.js /^ data: {$/;" o
90
- data ../frontend/test/auth/registrations/registrationsControllers.js /^ data: {$/;" o
91
- delivering_email ../backend/config/initializers/smtp.rb /^ def self.delivering_email(message)$/;" F class:DevelopmentMailInterceptor
92
- environment ../frontend/config/environments/development.js /^export var environment = {$/;" o
93
- environment ../frontend/config/environments/integration.js /^export var environment = {$/;" o
94
- environment ../frontend/config/environments/production.js /^export var environment = {$/;" o
95
- environment ../frontend/config/environments/test.js /^export var environment = {$/;" o
96
- errors ../frontend/test/auth/passwords/passwordsControllers.js /^ errors: ["Missing Email"]$/;" a
97
- errors ../frontend/test/auth/passwords/passwordsControllers.js /^ errors: { passwordConfirmation: "must match password" }$/;" o
98
- errors ../frontend/test/auth/registrations/registrationsControllers.js /^ errors: { emailConfirmation: "must match email" }$/;" o
99
- exclude ../frontend/karma/karma-unit.tpl.js /^ exclude: [$/;" a
100
- files ../frontend/karma/karma-unit.tpl.js /^ files: [$/;" a
101
- frameworks ../frontend/karma/karma-unit.tpl.js /^ frameworks: [ 'jasmine' ],$/;" a
102
- html ../frontend/build.config.js /^ html: [ 'src\/index.html' ],$/;" a
103
- initialize ../backend/app/models/ability.rb /^ def initialize(user)$/;" f class:Ability
104
- js ../frontend/build.config.js /^ js: [ 'src\/**\/*.js', '!src\/**\/*.spec.js', '!src\/assets\/**\/*.js' ],$/;" a
105
- js ../frontend/build.config.js /^ js: [$/;" a
106
- js_es6 ../frontend/build.config.js /^ js_es6: [ 'build\/src-es6\/**\/*.js', '!build\/src-es6\/**\/*.spec.js', '!build\/src-es6\/assets\/**\/*.js' ],$/;" a
107
- js_roots ../frontend/build.config.js /^ js_roots: [ 'src\/app\/app.js' ],$/;" a
108
- jstest ../frontend/build.config.js /^ jstest: [ 'test\/**\/*.js', 'test-help\/**\/*.js' ],$/;" a
109
- jstest_es6 ../frontend/build.config.js /^ jstest_es6: [ 'build\/test-es6\/**\/*.js', 'build\/test-help-es6\/**\/*.js' ],$/;" a
110
- jsunit ../frontend/build.config.js /^ jsunit: [ 'test\/**\/*.js' ],$/;" a
111
- log_root ../backend/lib/static-app.rb /^ def self.log_root$/;" F class:APP_MODULE.StaticApp
112
- login_as ../backend/spec/support/devise_helper.rb /^ def login_as(user)$/;" f class:DeviseExtraTestHelper
113
- logout ../backend/spec/support/devise_helper.rb /^ def logout$/;" f
114
- mockDir ../frontend/test/support/mockDirective.js /^ var mockDir = {$/;" o
115
- mockMain ../frontend/test/app.js /^ mockMain = {$/;" o
116
- mockSerializer ../frontend/test/auth/passwords/passwordsControllers.js /^ mockSerializer = function() {$/;" f
117
- mockSerializer ../frontend/test/auth/registrations/registrationsControllers.js /^ mockSerializer = function() {$/;" f
118
- module.exports ../frontend/Gruntfile.js /^module.exports = function( grunt , options ) {$/;" f
119
- module.exports ../frontend/build.config.js /^module.exports = {$/;" o
120
- module.exports ../frontend/karma/karma-unit.tpl.js /^module.exports = function ( config ) {$/;" f
121
- passwordResetSuccessLocation.pathname ../frontend/src/app/auth/auth.js /^ passwordResetSuccessLocation.pathname = "\/update-password";$/;" s
122
- passwordResetSuccessLocation.search ../frontend/src/app/auth/auth.js /^ passwordResetSuccessLocation.search = "";$/;" s
123
- plugins ../frontend/karma/karma-unit.tpl.js /^ plugins: [$/;" a
124
- portOffset ../frontend/karma/karma-unit.tpl.js /^ var portOffset = function() {$/;" f
125
- preprocessors ../frontend/karma/karma-unit.tpl.js /^ preprocessors: {$/;" o
126
- role ../backend/app/models/user.rb /^ def role$/;" f class:User
127
- routes ../backend/spec/spec_helper.rb /^def routes$/;" f
128
- services ../frontend/src/common/components/adminOnly/adminOnly.js /^ services: ['$rootScope', '$auth'],$/;" a
129
- services ../frontend/src/common/components/sessionLinks/sessionLinks.js /^ services: ['$rootScope', '$auth']$/;" a
130
- set_abilities ../backend/app/models/role/admin.rb /^ def set_abilities(ability)$/;" f class:Role
131
- sign_in ../backend/spec/support/devise_helper.rb /^ def sign_in(user)$/;" f class:DeviseExtraTestHelper
132
- sign_out ../backend/spec/support/devise_helper.rb /^ def sign_out(user)$/;" f class:DeviseExtraTestHelper
133
- storageType ../frontend/src/app/auth/auth.js /^ storageType = 'cookies';$/;" s
134
- storageType ../frontend/src/app/auth/auth.js /^ var storageType = 'localStorage';$/;" s
135
- test_files ../frontend/build.config.js /^ test_files: {$/;" o
136
- theToken ../frontend/test/auth/passwords/passwordsControllers.js /^ theToken = "someCryptoThingOrWhat";$/;" s
137
- theUpdateUrl ../frontend/test/auth/passwords/passwordsControllers.js /^ theUpdateUrl = "the:\/\/update.url\/for_passwords";$/;" s
138
- this.$get ../frontend/src/app/auth/config.js /^ this.$get = [function authKey() {$/;" a
139
- this.authKey ../frontend/src/app/auth/config.js /^ this.authKey = function (name) {$/;" f
140
- this.controller ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.controller = 'PasswordsRequestCtrl';$/;" s
141
- this.controller ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.controller = 'PasswordsUpdateCtrl';$/;" s
142
- this.controller ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.controller = 'RegistrationsCtrl';$/;" s
143
- this.controller ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.controller = 'SessionsCtrl';$/;" s
144
- this.controller ../frontend/src/app/homepage/homepageStates.js /^ this.controller = 'HomepageCtrl';$/;" s
145
- this.controller ../frontend/src/app/homepage/homepageStates.js /^ this.controller = 'HomepageShowCtrl';$/;" s
146
- this.controller ../frontend/src/app/rootStates.js /^ this.controller = 'RootCtrl';$/;" s
147
- this.enableRecovery ../frontend/src/app/auth/config.js /^ this.enableRecovery = function() {$/;" f
148
- this.restrict ../frontend/src/common/components/signOut/signOut.js /^ this.restrict = 'A';$/;" s
149
- this.serialize ../frontend/test/auth/passwords/passwordsControllers.js /^ this.serialize = function(data) {$/;" f
150
- this.serialize ../frontend/test/auth/registrations/registrationsControllers.js /^ this.serialize = function(data) {$/;" f
151
- this.templateUrl ../frontend/src/app/auth/confirmations/confirmationsStates.js /^ this.templateUrl = 'auth\/confirmations\/confirmations-success.tpl.html';$/;" s
152
- this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-request-success.tpl.html';$/;" s
153
- this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-request.tpl.html';$/;" s
154
- this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-update-success.tpl.html';$/;" s
155
- this.templateUrl ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.templateUrl = 'auth\/passwords\/passwords-update.tpl.html';$/;" s
156
- this.templateUrl ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.templateUrl = 'auth\/registrations\/registrations-success.tpl.html';$/;" s
157
- this.templateUrl ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.templateUrl = 'auth\/registrations\/registrations.tpl.html';$/;" s
158
- this.templateUrl ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.templateUrl = 'auth\/sessions\/sessions-success.tpl.html';$/;" s
159
- this.templateUrl ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.templateUrl = 'auth\/sessions\/sessions.tpl.html';$/;" s
160
- this.templateUrl ../frontend/src/app/homepage/homepageStates.js /^ this.templateUrl = 'homepage\/homepage-show.tpl.html';$/;" s
161
- this.templateUrl ../frontend/src/app/homepage/homepageStates.js /^ this.templateUrl = 'homepage\/homepage.tpl.html';$/;" s
162
- this.templateUrl ../frontend/src/app/rootStates.js /^ this.templateUrl = "root.tpl.html";$/;" s
163
- this.url ../frontend/src/app/auth/confirmations/confirmationsStates.js /^ this.url = '^\/confirmed';$/;" s
164
- this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/reset-password';$/;" s
165
- this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/reset-password-sent';$/;" s
166
- this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/update-password';$/;" s
167
- this.url ../frontend/src/app/auth/passwords/passwordsStates.js /^ this.url = '^\/updated-password';$/;" s
168
- this.url ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.url = '^\/sign-up';$/;" s
169
- this.url ../frontend/src/app/auth/registrations/registrationsStates.js /^ this.url = '^\/signed-up';$/;" s
170
- this.url ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.url = '^\/sign-in';$/;" s
171
- this.url ../frontend/src/app/auth/sessions/sessionsStates.js /^ this.url = '^\/signed-in';$/;" s
172
- this.url ../frontend/src/app/homepage/homepageStates.js /^ this.url = '';$/;" s
173
- this.url ../frontend/src/app/homepage/homepageStates.js /^ this.url = 'home';$/;" s
174
- this.url ../frontend/src/app/rootStates.js /^ this.url = "\/";$/;" s
175
- this.url ../frontend/src/app/rootStates.js /^ this.url = "inner";$/;" s
176
- toBeFunction ../frontend/test/specHelper.js /^ toBeFunction: function () {$/;" f
177
- toBeInstanceOf ../frontend/test/specHelper.js /^ toBeInstanceOf: function () {$/;" f
178
- toEqualData ../frontend/test/specHelper.js /^ toEqualData: function () {$/;" f
179
- ttpl ../frontend/build.config.js /^ ttpl: [ 'test\/**\/*.json', 'test\/**\/*.tpl.html' ],$/;" a
180
- vendor_files ../frontend/build.config.js /^ vendor_files: {$/;" o
181
- verify_authorization_successful ../backend/spec/support/devise_helper.rb /^ def verify_authorization_successful$/;" f
182
- verify_authorization_unsuccessful ../backend/spec/support/devise_helper.rb /^ def verify_authorization_unsuccessful$/;" f
183
- warden ../backend/spec/support/devise_helper.rb /^ def warden #:nodoc:$/;" f class:DeviseExtraTestHelper