If you're using Rails, you'll need to change the required version of factory_girl_rails:
gem "factory_girl_rails", "~> 3.0"| import is_holding_yellow_box | |
| # This is a solution for tutorial 3 | |
| def solution_for_tutorial_3 | |
| down | |
| right | |
| if is_holding_yellow_box | |
| right | |
| down | |
| left |
Ability to set work hours.
I work between 3-11 PM and would like to be show online (like not having my gravatar greyed out or something else) at say, 10 PM
Ability to set a status message like “Away for lunch” or “On a medical leave” etc.
Ability to see more information about a user (like Polymail) when I say, click on the user's profile picture
This is just a nice to have
Hey Gojek,
The expected output in case of an infinite grid is unclear. With the following seed data
AAA
AAA
DAD
| class RandomStringGenerator | |
| CHARACTERS = ('a'..'z').to_a | |
| def self.generate(length) | |
| new.generate(length) | |
| end | |
| def generate(length) | |
| length.times.map { random_character }.join | |
| end |
| Uncaught TypeError: Cannot read property 'scrollIntoView' of undefinedCKEDITOR.dom.selection.scrollIntoView @ ckeditor.js?body=1:26808afterInsert @ ckeditor.js?body=1:23765CKEDITOR.editable.CKEDITOR.tools.createClass.proto.insertHtml @ ckeditor.js?body=1:21840(anonymous function) @ ckeditor.js?body=1:22365listenerFirer @ ckeditor.js?body=1:461CKEDITOR.event.name.fire @ ckeditor.js?body=1:607CKEDITOR.editor.fire @ ckeditor.js?body=1:731CKEDITOR.tools.extend.insertHtml @ ckeditor.js?body=1:16333(anonymous function) @ ckeditor.js?body=1:36384listenerFirer @ ckeditor.js?body=1:461CKEDITOR.event.name.fire @ ckeditor.js?body=1:607CKEDITOR.editor.fire @ ckeditor.js?body=1:731firePasteEvents @ ckeditor.js?body=1:36439externalDrop @ ckeditor.js?body=1:37490(anonymous function) @ ckeditor.js?body=1:37462listenerFirer @ ckeditor.js?body=1:461CKEDITOR.event.name.fire @ ckeditor.js?body=1:607CKEDITOR.editor.fire @ ckeditor.js?body=1:731fireDragEvent @ ckeditor.js?body=1:37512(anonymous function) @ ckeditor.js?body=1:37434 |
| // //= require ckeditor/dialogui | |
| // //= require ckeditor/dialog | |
| // //= require ckeditor/clipboard |
WAL-E needs to be installed on all machines, masters and slaves.
Only one machine, the master, writes WAL segments via continuous archiving. The configuration for the master postgresql.conf is:
archive_mode = on
archive_command = 'envdir /etc/wal-e.d/env wal-e wal-push %p'
archive_timeout = 60