Gallery

Thesis It: Showcasing our very own “ITURO E-learning Software”

17 Jan

Alternatives for Turntable.fm

29 Apr

Since, they have this policy/restriction right now….

You can visit the following sites as alternatives!

1. BeatRobo

2. Plug.dj

Ben 10: Xenodrome Cheats and Coin hack

8 Mar

I have searched all over the entire website, used multiple search engine and still wasn’t able to find how to “coin hack” Ben 10: Xenodrome android game.

But rejoice for people who is not patient enough to play the game with minimal coins… I’ll teach you on how to hack coins on this game.

1. Make sure your android phone is already rooted.

2. download “game killer” and install.

3. after installing game killer, open and minimize the application and then open Ben 10: Xenodrome

Missing public/ files & assets during your Capistrano Deployment in MAC OSX?

19 Feb

Got these errors after deploying using

$cap deploy command?

*** [err :: project.example.com] find:
*** [err :: project.example.com] `/usr/local/www/sites/project.example.com/public/releases/20120225025005/public/images'
*** [err :: project.example.com] : No such file or directory
*** [err :: project.example.com] 
*** [err :: project.example.com] find:
*** [err :: project.example.com] `/usr/local/www/sites/project.example.com/public/releases/20120225025005/public/stylesheets'
*** [err :: project.example.com] : No such file or directory
*** [err :: project.example.com] 
*** [err :: project.example.com] find:
*** [err :: project.example.com] `/usr/local/www/sites/project.example.com/public/releases/20120225025005/public/javascripts'
*** [err :: project.example.com] : No such file or directory


Don't worry!


Missing assets is not a problem.

Just include this magical config line inside your deploy.rb file:

set :normalize_asset_timestamps, false


Checkout my deploy.rb file for more example...

https://gist.github.com/xirukitepe/4975257

Error in migrating (HEROKU): heroku run rake db:migrate

16 Feb

Error?

 

Running `rake db:migrate` attached to terminal... up, run.8524 ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at: https://github.com/heroku/heroku/issues/new Error: Operation timed out - connect(2) (Errno::ETIMEDOUT) Backtrace: /usr/local/heroku/lib/heroku/client/rendezvous.rb:39:in `initialize' /usr/local/heroku/lib/heroku/client/rendezvous.rb:39:in `open' /usr/local/heroku/lib/heroku/client/rendezvous.rb:39:in `block in start' /usr/local/heroku/ruby/lib/ruby/1.9.1/timeout.rb:68:in `timeout' /usr/local/heroku/lib/heroku/client/rendezvous.rb:31:in `start' /usr/local/heroku/lib/heroku/command/run.rb:113:in `rendezvous_session' /usr/local/heroku/lib/heroku/command/run.rb:100:in `run_attached' /usr/local/heroku/lib/heroku/command/run.rb:21:in `index' /usr/local/heroku/lib/heroku/command.rb:206:in `run' /usr/local/heroku/lib/heroku/cli.rb:28:in `start' /usr/local/heroku/bin/heroku:24:in `<main>' Command: heroku run rake db:migrate --app oppcis Version: heroku-toolbelt/2.35.0 (x86_64-darwin10.8.0) ruby/1.9.3

Don't worry!

See these logs?

2013-02-15T08:38:00+00:00 heroku[api]: Starting process with command `bundle exec rake db:migrate` by ssalamat.peg@gmail.com 2013-02-15T08:38:03+00:00 heroku[run.6510]: Awaiting client 2013-02-15T08:38:03+00:00 heroku[run.6510]: Starting process with command `bundle exec rake db:migrate` 2013-02-15T08:38:04+00:00 heroku[run.6510]: State changed from starting to up 2013-02-15T08:38:33+00:00 heroku[run.6510]: Error R13 (Attach error) -> Failed to attach to process 2013-02-15T08:38:34+00:00 heroku[run.6510]: Process exited with status 128 2013-02-15T08:38:34+00:00 heroku[run.6510]: State changed from up to complete


Don't you worry. It is just a connectivity problem. You can always run the necessary commands in the background using:

$heroku run:detached rake db:migrate

You may also seed your seeds.rb file using the same logic.

$heroku run:detached rake db:seed

 

 

That’s it. :)


XIRUKI TIPS: Before you deploy your Rails 3 APP to HEROKU (Assets edition)

16 Feb

Hi, let me first give you some valuable tips before you deploy your RAILS 3 app to HEROKU.

 

1. First, make sure that you have this inside your application.rb file!

 

config.assets.initialize_on_precompile = false

 

2. Second, do not use manual (bootstrap.js) because it will not show up in the production env.

Instead, use the right gem for that.

 

gem ‘twitter-bootstrap-rails’

 

Check out how I assembled my Gemfile: https://gist.github.com/xirukitepe/4965783

 

I put jquery-rails at the bottom of the Gemfile.

 

3. Third, see how I assembled my application.js

 

bootstrap and datatables should exist under the jquery and jquery_ujs and above the tree.

 

//= require jquery
//= require jquery_ujs
//= require twitter/bootstrap
//= require dataTables/jquery.dataTables
//= require dataTables/jquery.dataTables.bootstrap
//= require_tree .

 

4. Proceed to the deployment.

 

$ heroku apps:create app_name

$ heroku keys:add

$ git push heroku master

$ heroku open

 

5. Still not working?

 

Try to precompile the assets manually.

 

$ bundle exec rake assets:precompile

 

To undo / remove the precompiled assets… hit…

 

$ bundle exec rake assets:clean

 

 

 

HOPE IT HELPS! :)

 

 

Airdrop (ERROR DROP): Error notifications using Twitter Bootstrap’s MODAL

10 Feb

Airdrop, pronounced crazily as ERROR DROP! (Error notifications in MODAL made possible by Twitter Bootstrap)

 

Welcome to AIRDROP!

Pronounced crazily as ERROR DROP!

Tired of presenting errors in a basic manner? Well, if you do love bootstrap and if you do love modal effects…

Then try the airdrop solution!

Ingredients:

  1. Make sure that you already have bootstrap in your app. (MODAL INCLUDED)
  2. A JS function
  3. Rails of course and its parent ruby!
  4. Some Love :)

I’ll present other solutions for those who are using other frameworks such as pure jQuery and more.

But this time, let’s focus in using bootstrap first!

 

For more info: Please see my github repo!

 

https://github.com/xirukitepe/airdrop

 

 

Ubuntu Made Easy

6 Feb

Free from the heart this FEBRUARY!

Ubuntu Made Easy!

Free EBOOK!

http://www.mediafire.com/?8nqf3x8axdv9aab

Follow

Get every new post delivered to your Inbox.

Join 422 other followers

%d bloggers like this: