Compare commits

...

5 Commits

Author SHA1 Message Date
Harry Bomrah 62fd91904c again test for update manager 2014-03-11 15:31:10 +08:00
Harry Bomrah 20922a983d update manager test commit 2014-03-11 12:19:59 +08:00
Saurabh Bhatia 5cfc5bfcc3 Reverted back 2014-03-10 18:33:25 +08:00
Saurabh Bhatia 25a16b944e Update Readme 2014-03-10 17:46:48 +08:00
Saurabh Bhatia d01f2fc125 updated with tags 2014-03-10 17:44:44 +08:00
3 changed files with 3 additions and 13 deletions

View File

@ -1,3 +1,3 @@
# Ruling Orbit
RulingSite-s Version 4.0 Beta
RulingSite-s Version 4.2.2 Beta

View File

@ -76,18 +76,6 @@ class Admin::SitesController < OrbitBackendController
@nginx_version = %x[/opt/nginx/sbin/nginx -v 2>&1].gsub("\n","<br/> ").html_safe
@mongo_version = `mongod --version`.split("\n")[0].html_safe
@linux_version = `lsb_release -d`.split(":")[1].html_safe
@user_actions = UserAction.all.desc(:created_at).page(params[:page]).per(100)
@mail_crons = MailCron.desc(:created_at)
@mail_cron_logs = MailCronLog.desc(:created_at).page(params[:page]).per(100)
respond_to do |format|
format.html # index.html.erb
format.js
end
end
def search_engine

View File

@ -16,6 +16,8 @@ class FacebookController< ApplicationController
# respond_to do |format|
# format.js
# end
##fake commit 1
end
def get_friends