This file contains 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
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( | |
title: 'Flutter Demo', | |
debugShowCheckedModeBanner: false, |
This file contains 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
const err = new Error('The message'); | |
console.log(err.message); | |
// Prints: The message |
This file contains 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
# encoding: UTF-8 | |
# bundle exec rake db:migrate:down VERSION=20110729125454 RAILS_ENV="production" | |
# bundle exec rake db:migrate:down VERSION=20110519194936 RAILS_ENV="production" | |
# bundle exec rake db:migrate:down VERSION=20110314014400 RAILS_ENV="production" | |
# bundle exec rake db:migrate:down VERSION=20100804112053 RAILS_ENV="production" | |
# bundle exec rake db:migrate:down VERSION=20100714111654 RAILS_ENV="production" | |
# bundle exec rake db:migrate:down VERSION=20100714111653 RAILS_ENV="production" | |
# bundle exec rake db:migrate:down VERSION=20100714111652 RAILS_ENV="production" -- undefined method `collect' for nil:NilClass -> need to comment lite 53 | |
# bundle exec rake db:migrate:down VERSION=20100714111651 RAILS_ENV="production" |