hi:

parents
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.5.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Unicorn as the app server
# gem 'unicorn'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.5.1)
actionpack (= 4.2.5.1)
actionview (= 4.2.5.1)
activejob (= 4.2.5.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.5.1)
actionview (= 4.2.5.1)
activesupport (= 4.2.5.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.1)
activesupport (= 4.2.5.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.5.1)
activesupport (= 4.2.5.1)
globalid (>= 0.3.0)
activemodel (4.2.5.1)
activesupport (= 4.2.5.1)
builder (~> 3.1)
activerecord (4.2.5.1)
activemodel (= 4.2.5.1)
activesupport (= 4.2.5.1)
arel (~> 6.0)
activesupport (4.2.5.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (9.0.5)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.2)
debug_inspector (0.0.2)
erubis (2.7.0)
execjs (2.7.0)
globalid (0.3.6)
activesupport (>= 4.1.0)
i18n (0.7.0)
jbuilder (2.5.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.1.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.0)
multi_json (1.12.1)
nokogiri (1.6.8-x86-mingw32)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.5.1)
actionmailer (= 4.2.5.1)
actionpack (= 4.2.5.1)
actionview (= 4.2.5.1)
activejob (= 4.2.5.1)
activemodel (= 4.2.5.1)
activerecord (= 4.2.5.1)
activesupport (= 4.2.5.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.5.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.5.1)
actionpack (= 4.2.5.1)
activesupport (= 4.2.5.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.1.2)
rdoc (4.2.2)
json (~> 1.4)
sass (3.4.22)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sprockets (3.6.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.0.4)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11-x86-mingw32)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.5)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2016.4)
tzinfo (>= 1.0.0)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
PLATFORMS
x86-mingw32
DEPENDENCIES
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
jquery-rails
rails (= 4.2.5.1)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
sqlite3
turbolinks
tzinfo-data
uglifier (>= 1.3.0)
web-console (~> 2.0)
BUNDLED WITH
1.10.4
== README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
Please feel free to use a different markup language if you do not plan to run
<tt>rake doc:app</tt>.
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
Rails.application.load_tasks
This source diff could not be displayed because it is too large. You can view the blob instead.
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .
This diff is collapsed.
This diff is collapsed.
// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
require('../../js/transition.js')
require('../../js/alert.js')
require('../../js/button.js')
require('../../js/carousel.js')
require('../../js/collapse.js')
require('../../js/dropdown.js')
require('../../js/modal.js')
require('../../js/tooltip.js')
require('../../js/popover.js')
require('../../js/scrollspy.js')
require('../../js/tab.js')
require('../../js/affix.js')
\ No newline at end of file
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
.header01 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #E4A204;
text-decoration: none;
}
.header02 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.header03 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #003399;
text-decoration: none;
}
.header04 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #F6E4A7;
text-decoration: none;
}
.header05 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #E4A204;
text-decoration: none;
}
.header06 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #000080;
text-decoration: none;
}
.header07 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.header08 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #FF0000;
text-decoration: none;
}
.text01 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}
.text02 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.text03 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #000000;
text-decoration: none;
}
.text04 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
color: #000080;
text-decoration: none;
}
.text05 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #000080;
text-decoration: none;
}
.text06 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #000080;
text-decoration: none;
}
.text07 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FF0000;
text-decoration: none;
}
.text08 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.text09 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FF0000;
text-decoration: none;
}
.text10 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #FF0000;
text-decoration: none;
}
.link01 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
letter-spacing : 1px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
A.link01:hover {
text-decoration: underline;
}
.link02 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 41px;
letter-spacing : 1px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}
A.link02:hover {
text-decoration : underline;
}
.link03 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}
A.link03:hover {
text-decoration : underline;
}
.link04 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
letter-spacing : 1px;
font-weight: bold;
color: #000080;
text-decoration: none;
}
A.link04:hover {
text-decoration : underline;
}
.link05 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
letter-spacing : 1px;
font-weight: normal;
color: #000080;
text-decoration: none;
}
A.link05:hover {
text-decoration : underline;
}
.link06 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}
A.link06:hover {
text-decoration : underline;
}
.link07 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
letter-spacing : 1px;
font-weight: bold;
color: #FFFF00;
text-decoration: none;
}
A.link01:hover {
text-decoration: underline;
}
.button01 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
background-color: #808080;
}
.button02 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #000000;
background-color: #CCCCCC;
}
\ No newline at end of file
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require_self
*/
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{"version":3,"sources":["less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"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"}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
body {
padding-top: 40px;
padding-bottom: 40px;
background-color: #eee;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
margin-bottom: 10px;
}
.form-signin .checkbox {
font-weight: normal;
}
.form-signin .form-control {
position: relative;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
// Place all the styles related to the welcome controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :exception
end
class WelcomeController < ApplicationController
def login
end
def index
end
def home
end
def changepass
end
end
module ApplicationHelper
end
module WelcomeHelper
end
<!DOCTYPE html>
<html>
<head>
<title>Myproject</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<style>
body{
}
header {
height:10px;
float:right;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li class="active"><a href="/account_info">My Account</a></li>
<li><a href="/class">Classes</a></li>
<li><a href="/docs">Docs</a></li>
<li><a href="/contact">Contact Us</a></li>
<li><a href="/">Sign Out</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<br>
User Identified as: <strong> CARL JOSH SAN LUIS PUALENGCO</strong>
</header>
<div class="starter-template">
<h1>AISIS Online</h1>
<style>
th, td { padding: 5px; }
table { border-collapse: separate; border-spacing: 1px; }
</style>
<div class="container dynamicTile">
<div class="row">
<div class="col-sm-4 col-xs-8">
<div id="tile7" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="http://acfj.staging.august99.com/wp-content/uploads/2014/06/ateneo-demanila-logo.jpg" class="img-responsive" />
</div>
</div>
</div>
</div>
</div>
<a href="/google" style="display: block"><div class="col-sm-2 col-xs-4">
<div id="tile8" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-spinner bigicon"></span>
</div>
<div class="icontext">
<br>
Google Account
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/home" style="display: block"><div class="col-sm-2 col-xs-4">
<div id="tile9" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-book bigicon"></span>
</div>
<div class="icontext">
<br>
<br>
My IPS
</div>
</div>
</div>
</div>
</div>
</div></a>
<a href="/home" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile5" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-language bigicon"></span>
</div>
<div class="icontext">
<br>
My Hold Orders
</div>
<div class="icontext">
<span class="fa fa-check"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/home" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile5" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-wifi bigicondark"></span>
</div>
<div class="icontext">
<br>
Update Student Info
</div>
<div class="icontextdark">
<span class="fa fa-check"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/changepass" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile3" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-wifi bigicondark"></span>
</div>
<div class="icontext">
<br>
Change Password
</div>
<div class="icontextdark">
<span class="fa fa-check"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<style>
.dynamicTile .col-sm-2.col-xs-4 {
padding: 5px;
}
.bigicon {
font-size: 67px;
color: white;
margin-top: 20px;
margin-bottom: 10px;
}
.icontext {
color: white;
font-size: 27px;
}
.bigicondark {
font-size: 67px;
color: black;
margin-top: 20px;
margin-bottom: 10px;
}
.icontextdark {
color: black;
font-size: 27px;
}
.dynamicTile .col-sm-4.col-xs-8 {
padding: 5px;
}
#tile1 {
background: #7C91C7;
}
#tile2 {
background: #3B579D;
}
#tile3 {
background: #153178;
}
#tile4 {
background: #EACF46;
}
#tile5 {
background: #EACF46;
}
#tile6 {
background: #FFED94;
}
#tile7 {
background: white;
}
#tile8 {
background: #03133C;
}
#tile9 {
background: #EACF46;
}
#tile10 {
background: #EACF46;
}
.tilecaption {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
margin: 0!important;
text-align: center;
color: white;
font-family: Segoe UI;
font-weight: lighter;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
$(".tile").height($("#tile1").width());
$(".carousel").height($("#tile1").width());
$(".item").height($("#tile1").width());
$(window).resize(function () {
if (this.resizeTO) clearTimeout(this.resizeTO);
this.resizeTO = setTimeout(function () {
$(this).trigger('resizeEnd');
}, 10);
});
$(window).bind('resizeEnd', function () {
$(".tile").height($("#tile1").width());
$(".carousel").height($("#tile1").width());
$(".item").height($("#tile1").width());
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<style>
body {
font: 14px/1.4 arial;
}
header {
height:10px;
float:right;
}
.imgWrap {
position: relative;
height: 746px;
width: 500px;
}
.imgDescription {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(180, 180, 180, 0.5);
color: #000;
visibility: hidden;
opacity: 0;
transition:opacity .5s linear;
}
.imgWrap:hover .imgDescription {
visibility: visible;
opacity: 1;
}
#spacer{
width:35%;
float:left;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li class="active"><a href="/account_info">My Account</a></li>
<li><a href="/class">Classes</a></li>
<li><a href="/docs">Docs</a></li>
<li><a href="/contact">Contact Us</a></li>
<li><a href="/">Sign Out</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<br>
User Identified as: <strong> CARL JOSH SAN LUIS PUALENGCO</strong>
</header>
<div class="starter-template">
<h1>AISIS Online</h1>
<style>
th, td { padding: 5px; }
table { border-collapse: separate; border-spacing: 1px; }
</style>
<div id="spacer">
&nbsp
</div>
<form name="changePasswordForm" action="/home" method="get">
<input name="redirect" type="hidden" value="">
<table width="30%" border="0" cellspacing="1" cellpadding="5">
<tbody><tr><td class="text09" colspan="2">
</td>
</tr>
<tr>
<td width="50%" align="center" class="header06" background="images/spacer_lightblue.jpg" valign="top" colspan="2">Change Your Password</td>
</tr>
<tr>
<td align="right" class="text05" background="images/spacer_lightgrey.jpg" valign="top">
Username </td>
<td background="images/spacer_lightgrey.jpg">
<input name="userName" type="text" size="10" maxlength="20" readonly="readonly" value="133300"></td>
</tr>
<tr>
<td align="right" class="text05" background="images/spacer_lightgrey.jpg" valign="top">
Current Password </td>
<td background="images/spacer_lightgrey.jpg"><input name="oldPassword" type="password" size="10" value=""></td>
</tr>
<tr>
<td align="right" class="text05" background="images/spacer_lightgrey.jpg" valign="top">
New Password </td>
<!--td background='images/spacer_lightgrey.jpg'><input type="password" name="newPassword" maxlength="10" size="10" value=""></td-->
<!-- changed maxlength to 20 as requested by archie 07-23-07 -->
<td background="images/spacer_lightgrey.jpg"><input name="newPassword" onchange="PasswordChanged(this)" type="password" size="20" maxlength="20" value="">
<br><span class="text09" id="passwordStrength"></span>
</td>
</tr>
<tr>
<td align="right" class="text05" background="images/spacer_lightgrey.jpg" valign="top">
Confirm New Password </td>
<!--td background='images/spacer_lightgrey.jpg'><input type="password" name="confirmPassword" maxlength="10" size="10" value=""></td-->
<!-- changed maxlength to 20 as requested by archie 07-23-07 -->
<td background="images/spacer_lightgrey.jpg"><input name="confirmPassword" type="password" size="20" maxlength="20" value=""></td>
</tr>
<tr>
<td align="center" background="images/spacer_lightgrey.jpg" colspan="2">
<button onclick="Redirect()">Change Password</button>
</tbody></table><input name="command" type="hidden" value="changePassword">
</form>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
<script type="text/javascript">
function Redirect() {
confirm("Your password has been changed");
window.location="/home";
}
</script>
</html>
<!DOCTYPE html>
<html lang="en">
<style>
body{
}
header {
height:10px;
float:right;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li><a href="/account_info">My Account</a></li>
<li class="active"><a href="/class">Classes</a></li>
<li><a href="/docs">Docs</a></li>
<li><a href="/contact">Contact Us</a></li>
<li><a href="/">Sign Out</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<br>
User Identified as: <strong> CARL JOSH SAN LUIS PUALENGCO</strong>
</header>
<div class="starter-template">
<h1>AISIS Online</h1>
<style>
th, td { padding: 5px; }
table { border-collapse: separate; border-spacing: 1px; }
</style>
<div class="container dynamicTile">
<div class="row">
<div class="col-sm-4 col-xs-8">
<div id="tile7" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="http://acfj.staging.august99.com/wp-content/uploads/2014/06/ateneo-demanila-logo.jpg" class="img-responsive" />
</div>
</div>
</div>
</div>
</div>
<a href="/home" style="display: block"><div class="col-sm-2 col-xs-4">
<div id="tile3" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-star bigicon"></span>
</div>
<div class="icontext">
<br>
My Enrolled Class
</div>
</div>
</div>
</div>
</div>
</div>
<a href="/grades" style="display: block"><div class="col-sm-2 col-xs-4">
<div id="tile4" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-cab bigicon"></span>
</div>
<div class="icontext">
<br>
<br>
My Grades
</div>
<div class="icontext">
<span class="fa fa-check"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/home" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile3" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-wifi bigicondark"></span>
</div>
<div class="icontext">
<br>
My Class Schedule
</div>
<div class="icontextdark">
<span class="fa fa-check"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/home" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile3" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-wifi bigicondark"></span>
</div>
<div class="icontext">
<br>
Class Schedule
</div>
<div class="icontextdark">
<span class="fa fa-check"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
<style>
.dynamicTile .col-sm-2.col-xs-4 {
padding: 5px;
}
.bigicon {
font-size: 67px;
color: white;
margin-top: 20px;
margin-bottom: 10px;
}
.icontext {
color: white;
font-size: 27px;
}
.bigicondark {
font-size: 67px;
color: black;
margin-top: 20px;
margin-bottom: 10px;
}
.icontextdark {
color: black;
font-size: 27px;
}
.dynamicTile .col-sm-4.col-xs-8 {
padding: 5px;
}
#tile1 {
background: #7C91C7;
}
#tile2 {
background: #3B579D;
}
#tile3 {
background: #153178;
}
#tile4 {
background: #EACF46;
}
#tile5 {
background: #EACF46;
}
#tile6 {
background: #FFED94;
}
#tile7 {
background: white;
}
#tile8 {
background: #03133C;
}
#tile9 {
background: #EACF46;
}
#tile10 {
background: #EACF46;
}
.tilecaption {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
margin: 0!important;
text-align: center;
color: white;
font-family: Segoe UI;
font-weight: lighter;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
$(".tile").height($("#tile1").width());
$(".carousel").height($("#tile1").width());
$(".item").height($("#tile1").width());
$(window).resize(function () {
if (this.resizeTO) clearTimeout(this.resizeTO);
this.resizeTO = setTimeout(function () {
$(this).trigger('resizeEnd');
}, 10);
});
$(window).bind('resizeEnd', function () {
$(".tile").height($("#tile1").width());
$(".carousel").height($("#tile1").width());
$(".item").height($("#tile1").width());
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<style>
body{
}
header {
height:10px;
float:right;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li><a href="/account_info">My Account</a></li>
<li><a href="/class">Classes</a></li>
<li><a href="/docs">Docs</a></li>
<li class="active"><a href="/contact">Contact Us</a></li>
<li><a href="/">Sign Out</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<br>
User Identified as: <strong> CARL JOSH SAN LUIS PUALENGCO</strong>
</header>
<div class="starter-template">
<h1>AISIS Online</h1>
<style>
th, td { padding: 5px; }
table { border-collapse: separate; border-spacing: 1px; }
</style>
<table width="80%" align="center" border="0">
<tr>
<td width="50%" align="center" class="text06" colspan="2">
<p>We welcome your feedback regarding your experience in using AISIS Online.
Please email your inquiries, suggestions and technical problems encountered while using
AISIS Online to omis.ls@ateneo.edu. You may also call 426.6001 local 5170 from 8am-5pm on
Mondays-Fridays and 8am-12pm on Saturdays.
</p>
<p>Thank you for using Aisis Online.</p>
<br><br>
<a href="/home">Back to AISIS Online</a>
</td>
</tr>
</table>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<style>
body{
}
header {
height:10px;
float:right;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li><a href="/account_info">My Account</a></li>
<li><a href="/class">Classes</a></li>
<li class="active"><a href="/docs">Docs</a></li>
<li><a href="/contact">Contact Us</a></li>
<li><a href="/">Sign Out</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<br>
User Identified as: <strong> CARL JOSH SAN LUIS PUALENGCO</strong>
</header>
<div class="starter-template">
<h1>AISIS Online</h1>
<style>
th, td { padding: 5px; }
table { border-collapse: separate; border-spacing: 1px; }
</style>
<div class="container dynamicTile">
<div class="row">
<div class="col-sm-4 col-xs-8">
<div id="tile7" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="http://acfj.staging.august99.com/wp-content/uploads/2014/06/ateneo-demanila-logo.jpg" class="img-responsive" />
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/home" style="display: block"><div class="col-sm-2 col-xs-4">
<div id="tile9" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-book bigicon"></span>
</div>
<div class="icontext">
<br>
<br>
My IPS
</div>
</div>
</div>
</div>
</div>
</div></a>
<a href="/home" style="display: block"><div class="col-sm-4 col-xs-8">
<div id="tile10" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-phone bigicon"></span>
</div>
<div class="icontext">
<br>
Download Change Degree Program Form
</div>
</div>
</div>
</div>
</div>
</div>
</div></a>
<a href="/home" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile1" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-bank bigicon"></span>
</div>
<div class="icontext">
<br>
Official Curriculum
</div>
</div>
</div>
</div>
</div>
</div>
</a>
<a href="/home" style="display: block">
<div class="col-sm-2 col-xs-4">
<div id="tile2" class="tile">
<div>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active text-center">
<div>
<span class="fa fa-lock bigicon"></span>
</div>
<div class="icontext"><br>
Print Tuition Receipt
</div>
</div>
</div>
</div>
</div>
</div></a>
</div>
</div>
<style>
.dynamicTile .col-sm-2.col-xs-4 {
padding: 5px;
}
.bigicon {
font-size: 67px;
color: white;
margin-top: 20px;
margin-bottom: 10px;
}
.icontext {
color: white;
font-size: 27px;
}
.bigicondark {
font-size: 67px;
color: black;
margin-top: 20px;
margin-bottom: 10px;
}
.icontextdark {
color: black;
font-size: 27px;
}
.dynamicTile .col-sm-4.col-xs-8 {
padding: 5px;
}
#tile1 {
background: #7C91C7;
}
#tile2 {
background: #3B579D;
}
#tile3 {
background: #153178;
}
#tile4 {
background: #EACF46;
}
#tile5 {
background: #EACF46;
}
#tile6 {
background: #FFED94;
}
#tile7 {
background: white;
}
#tile8 {
background: #03133C;
}
#tile9 {
background: #EACF46;
}
#tile10 {
background: #EACF46;
}
.tilecaption {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
margin: 0!important;
text-align: center;
color: white;
font-family: Segoe UI;
font-weight: lighter;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
$(".tile").height($("#tile1").width());
$(".carousel").height($("#tile1").width());
$(".item").height($("#tile1").width());
$(window).resize(function () {
if (this.resizeTO) clearTimeout(this.resizeTO);
this.resizeTO = setTimeout(function () {
$(this).trigger('resizeEnd');
}, 10);
});
$(window).bind('resizeEnd', function () {
$(".tile").height($("#tile1").width());
$(".carousel").height($("#tile1").width());
$(".item").height($("#tile1").width());
});
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<style>
body{
}
header {
height:10px;
float:right;
}
</style>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/home">Home</a></li>
<li class="active"><a href="/account_info">My Account</a></li>
<li><a href="/class">Classes</a></li>
<li><a href="/docs">Docs</a></li>
<li><a href="/contact">Contact Us</a></li>
<li><a href="/">Sign Out</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<header>
<br>
User Identified as: <strong> CARL JOSH SAN LUIS PUALENGCO</strong>
</header>
<div class="starter-template">
<h1>AISIS Online</h1>
<style>
th, td { padding: 5px; }
table { border-collapse: separate; border-spacing: 1px; text-align: left }
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tbody><tr>
<td width="50%" align="left" valign="top">
<span class="text04">Summer, SY 2016-2017</span>
</td>
<td width="50%" align="right" valign="top">
</td>
</tr>
<tr>
<td colspan="2"><!-- app title -->
<span class="header06">Google Account Information</span>
</td>
</tr>
<tr>
<td colspan="2"><!-- search form -->
<!--new line--> <table width="80%" border="0" cellspacing="4" cellpadding="0">
<tbody><tr><td colspan="2"><br></td></tr>
<tr><td width="15%" class="text04">Login name:</td>
<td class="text05">carl.pualengco</td>
</tr>
<tr><td class="text04">Initial Password:</td>
<td class="text05">password &nbsp;
<span class="text09" colspan="2">(This is the password set by Ateneo. Please disregard after your first login.)</span>
</td>
</tr>
<tr><td class="text04">Website:</td>
<td class="text05"><a href="http://mail.obf.ateneo.edu" target="_blank">http://mail.obf.ateneo.edu</a></td>
</tr>
<tr><td class="text04">Email address:</td>
<td class="text05">carl.pualengco@obf.ateneo.edu</td>
</tr>
<tr><td colspan="2"><br></td></tr>
<tr><td class="text05" colspan="2">
<span class="text04">Welcome to Blue Eagle Mail!<br></span>
Blue Eagle Mail is the new Google-powered communication and collaboration platform of Ateneo de Manila University.
All official announcements and memos will be coursed through this system. <br><br>
<span class="text04">Blue Eagle Mail Terms and Conditions<br></span>
<ol>
<li>This account will only be used in support of activities related to the Ateneo de Manila University (AdMU)
and appropriate to my status within AdMU.</li>
<li>This account will not be used to interfere with other people's use of any computer system or network; nor to
look at or change anyone else's information without their explicit permission.</li>
<li>This account is an authorization to use facilities owned and operated by AdMU and Google, and therefore that
usage of this account is subject to the rules, regulations, and policies of AdMU and Google, and all applicable
local and international laws. These include, but are not limited to:</li>
<ol type="a">
<li>Posting or sending spam, and any other inappropriate material.</li>
<li>Illegally use, inspect, copy, or store any copyrighted digital content.</li>
</ol>
<li>I will not permit any other person to use this account for any purpose whatsoever. I will use all necessary
precautions to safeguard the confidentiality of the associated password. I will be accountable for any and all
improper use of this account.</li>
<li>I will never use an account belonging to someone else.</li>
<li>I understand that failure to abide by all the above may result in cancellation of my account, other administrative
action, and may subject me to civil or criminal liability.</li>
</ol>
<tr><td colspan="2"><br></td></tr>
<tr><td class="text05" colspan="2"><span class="text04">There are two ways to acquire a new password:</span>
<ol>
<li>Contact the Blue Eagle Mail Helpdesk at 4266001 local 5170-5172 and provide the necessary information.</li>
<li>Proceed to Faber Hall room FH-305 and approach the front desk. Please bring your valid Ateneo de Manila University ID.</li>
</ol>
</td></tr>
<tr><td class="text04" colspan="2">Click <a href="http://goo.gl/l7qFA" target="_blank">here</a> to view Blue Eagle Mail FAQ's</td></tr>
</tbody></table>
</td>
</tr>
</tbody></table>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=/login" />
</head>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/home">AISIS Online</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/">Home</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="starter-template">
<h1>AISIS Online</h1>
<div class="container">
<center>
<form class="form-signin">
<h2 class="form-signin-heading">Please sign in</h2>
<label for="username" class="sr-only">Username</label>
<input type="username" id="inputusername" class="form-control" placeholder="Username" required autofocus>
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
<div class="checkbox">
<label>
<input type="checkbox" value="remember-me"> Remember me
</label>
</div>
<button class="btn btn-lg btn-primary btn-block" type="submit" formaction="home">Sign in</button>
</form>
</center>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
#!/usr/bin/env ruby.exe
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')
#!/usr/bin/env ruby.exe
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
#!/usr/bin/env ruby.exe
require_relative '../config/boot'
require 'rake'
Rake.application.run
#!/usr/bin/env ruby.exe
require 'pathname'
# path to your application root.
APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
Dir.chdir APP_ROOT do
# This script is a starting point to setup your application.
# Add necessary setup steps to this file:
puts "== Installing dependencies =="
system "gem install bundler --conservative"
system "bundle check || bundle install"
# puts "\n== Copying sample files =="
# unless File.exist?("config/database.yml")
# system "cp config/database.yml.sample config/database.yml"
# end
puts "\n== Preparing database =="
system "bin/rake db:setup"
puts "\n== Removing old logs and tempfiles =="
system "rm -f log/*"
system "rm -rf tmp/cache"
puts "\n== Restarting application server =="
system "touch tmp/restart.txt"
end
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
run Rails.application
This diff is collapsed.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
This diff is collapsed.
# Load the Rails application.
require File.expand_path('../application', __FILE__)
# Initialize the Rails application.
Rails.application.initialize!
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# Be sure to restart your server when you modify this file.
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'
# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
# Rails.application.config.assets.precompile += %w( search.js )
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment