Compare commits
5 Commits
master
...
update_man
Author | SHA1 | Date |
---|---|---|
Harry Bomrah | 62fd91904c | |
Harry Bomrah | 20922a983d | |
Saurabh Bhatia | 5cfc5bfcc3 | |
Saurabh Bhatia | 25a16b944e | |
Saurabh Bhatia | d01f2fc125 |
|
@ -1,3 +1,3 @@
|
|||
# Ruling Orbit
|
||||
|
||||
RulingSite-s Version 4.0 Beta
|
||||
RulingSite-s Version 4.2.2 Beta
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,6 +16,8 @@ class FacebookController< ApplicationController
|
|||
# respond_to do |format|
|
||||
# format.js
|
||||
# end
|
||||
|
||||
##fake commit 1
|
||||
end
|
||||
|
||||
def get_friends
|
||||
|
|
Loading…
Reference in New Issue