- 2013 年で Web アプリケーションを作る時にモダンな方法で一通り Web アプリケーションを自分一人で作れるようになってもらう
- 作る過程で Web 開発で必要とされるスキルセットを身につけてもらう
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% ./configure | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking target system type... x86_64-apple-darwin12.3.0 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defutf8 on | |
defencoding utf8 | |
encoding utf-8 utf-8 | |
escape ^t^t | |
bind x | |
bind ^x | |
startup_message off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ProxyPass / http://neon.ruby-lang.org/ | |
ProxyPassReverse / http://neon.ruby-lang.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'tdiary/io/cache/memcached' | |
require 'tdiary/io/default' | |
@io_class = DefaultIO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/folders/nz/lqrmtxjd3sddpx1kwzmxs82c0000gn/T/ruby-build.20130516093202.32963 ~ | |
Cloning into 'ruby-2.1.0-dev'... | |
/var/folders/nz/lqrmtxjd3sddpx1kwzmxs82c0000gn/T/ruby-build.20130516093202.32963/ruby-2.1.0-dev /var/folders/nz/lqrmtxjd3sddpx1kwzmxs82c0000gn/T/ruby-build.20130516093202.32963 ~ | |
checking build system type... x86_64-apple-darwin12.3.0 | |
checking host system type... x86_64-apple-darwin12.3.0 | |
checking target system type... x86_64-apple-darwin12.3.0 | |
checking for gcc-4.2... gcc-4.2 | |
checking for gcc... (cached) gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rspec' | |
describe do | |
subject { 'foo' } | |
describe do | |
subject { 'bar' } | |
it { p subject } | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git://github.com/sinatra/sinatra.git | |
cd sinatra | |
bundle update | |
bundle exec rake test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrisledet: Have we decided on a design yet? Maybe we can port over rubylang.info design with some modifications that are easier on the eyes. If not, let's brainstorm here. | |
chikamichi: No discussion occurred on the subject for now. You did a complete redesign, and I did a partial one, but really I don't know. We have to get more feedback, about the general idea (whether to redesign) and details, such as structure, colorscheme… | |
What's your position on this? | |
chrisledet: Yeah I would prefer to hear other's opinions about the different designs we have. | |
Nerian: Little things I think could improve the design of the home page: |